#4192CF

Color #4192CF Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #4192CF

Tints of Curious Blue #4192CF

Color information

#4192CF (or 0x4192CF) is unknown color: approx Curious Blue. HEX triplet: 41, 92 and CF. RGB value is (65,146,207). Sum of RGB (Red+Green+Blue) = 65+146+207=418 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.55% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #4192CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4192CF is #BE6D30. Grayscale: #808080. Windows color (decimal): -12479793 or 13603393. OLE color: 13603393.

HSL color Cylindrical-coordinate representation of color #4192CF: hue angle of 205.77º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4192CF is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB65146207-
CMYK0.690.2900.19
HSL205.77º59.66%53.33%-
HSV(B)205.77º68.6%81.18%-
XYZ23.7226.1962.84-
YUV128.74172.1682.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 65 (25.78% from 255) = 15.55%
GREEN value IS 146 (57.42% from 255) = 34.93%
BLUE value IS 207 (81.25% from 255) = 49.52%
R=15.55%
G=34.93%
B=49.52%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal651462070.690.2900.19205.7759.6653.33
Hex4192CF451D013ce3c35
Octal101222317105350233167465
Binary1000001100100101100111110001011110101001111001110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4192CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4192CF; }

 p { color: rgb(65,146,207); }

 H1.HeaderClassName
 {
   color: #4192CF;
 }
 .AnyTagClassName
 {
   color: #4192CF;
 }
</style>
background-color css

<style>
 a { background-color: #4192CF; }

 a { background-color: rgb(65,146,207); }

 div.DivClassName
 {
   background-color: #4192CF;
 }
 .BgClassName
 {
   background-color: #4192CF;
 }
</style>
border-color css

<style>
 span { border-color: #4192CF; }

 span { border-color: rgb(65,146,207); }

 td.TdClassName
 {
   border-color: #4192CF;
 }
 .TagClassName
 {
   border-color: #4192CF;
 }
</style>