#4199C5

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

Shades of Curious Blue #4199C5

Tints of Curious Blue #4199C5

Color information

#4199C5 (or 0x4199C5) is unknown color: approx Curious Blue. HEX triplet: 41, 99 and C5. RGB value is (65,153,197). Sum of RGB (Red+Green+Blue) = 65+153+197=415 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.66% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 197 (77.34% from 255 or 47.47% from 415); Max value from RGB is 197 - color contains mainly: blue. Hex color #4199C5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4199C5 is #BE663A. Grayscale: #838383. Windows color (decimal): -12478011 or 12949825. OLE color: 12949825.

HSL color Cylindrical-coordinate representation of color #4199C5: hue angle of 200º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4199C5 is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB65153197-
CMYK0.670.2200.23
HSL200º53.23%51.37%-
HSV(B)200º67.01%77.25%-
XYZ23.6527.9456.97-
YUV131.7164.8580.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.66%
GREEN value IS 153 (60.16% from 255) = 36.87%
BLUE value IS 197 (77.34% from 255) = 47.47%
R=15.66%
G=36.87%
B=47.47%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal651531970.670.2200.2320053.2351.37
Hex4199C54316017c83533
Octal101231305103260273106563
Binary1000001100110011100010110000111011001011111001000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4199C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4199C5; }

 p { color: rgb(65,153,197); }

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

<style>
 a { background-color: #4199C5; }

 a { background-color: rgb(65,153,197); }

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

<style>
 span { border-color: #4199C5; }

 span { border-color: rgb(65,153,197); }

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