Html Css Color HEX #4496C9 Curious Blue

📋 copy color: '#4496C9'

red 68 ◦ green 150 ◦ blue 201

#4496C9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #4496C9

Tints of Curious Blue #4496C9

RGB

 RED value IS 68 (26.95% from 255) = 16.23%

 GREEN value IS 150 (58.98% from 255) = 35.8%

 BLUE value IS 201 (78.91% from 255) = 47.97%

R = 16.23%
G = 35.8%
B = 47.97%

CMYK

 C value IS 0.66

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4496C9 (or 0x4496C9) is known color: Curious Blue. HEX triplet: 44, 96 and C9. RGB value is (68,150,201). Sum of RGB (Red+Green+Blue) = 68+150+201=419 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.23% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 201 (78.91% from 255 or 47.97% from 419); Max value from RGB is 201 - color contains mainly: blue. Hex color #4496C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4496C9 is #BB6936. Grayscale: #838383. Windows color (decimal): -12282167 or 13211204. OLE color: 13211204.

HSL color Cylindrical-coordinate representation of color #4496C9: hue angle of 203.01º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4496C9 is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 68 150 201 -
CMYK 0.66 0.25 0 0.21
HSL 203.01º 0.55% 0.53% -
HSV(B) 203.01º 0.66% 0.79% -
XYZ 23.83 27.26 59.26 -
YUV 131.3 167.33 82.85 -
System Red Green Blue C M Y K H S L
Decimal 68 150 201 0.66 0.25 0 0.21 203.01 0.55 0.53
Hex 44 96 C9 42 19 0 15 CB 37 35
Octal 104 226 311 102 31 0 25 313 67 65
Binary 1000100 10010110 11001001 1000010 11001 0 10101 11001011 110111 110101

Color Harmonies of #4496C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4496C9

Black with #4496C9

Text Example


Text Example

White with #4496C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4496C9; }

 p { color: rgb(68,150,201); }

 H1.HeaderClassName
 {
   color: #4496C9;
 }
 .AnyTagClassName
 {
   color: #4496C9;
 }
</style>

background-color css

<style>
 a { background-color: #4496C9; }

 a { background-color: rgb(68,150,201); }

 div.DivClassName
 {
   background-color: #4496C9;
 }
 .BgClassName
 {
   background-color: #4496C9;
 }
</style>

border-color css

<style>
 span { border-color: #4496C9; }

 span { border-color: rgb(68,150,201); }

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