Html Css Color HEX #4499C9 Picton Blue

📋 copy color: '#4499C9'

red 68 ◦ green 153 ◦ blue 201

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

Shades of Picton Blue #4499C9

Tints of Picton Blue #4499C9

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.26%

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

R = 16.11%
G = 36.26%
B = 47.63%

CMYK

 C value IS 0.66

 M value IS 0.24

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4499C9 (or 0x4499C9) is known color: Picton Blue. HEX triplet: 44, 99 and C9. RGB value is (68,153,201). Sum of RGB (Red+Green+Blue) = 68+153+201=422 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.11% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 201 (78.91% from 255 or 47.63% from 422); Max value from RGB is 201 - color contains mainly: blue. Hex color #4499C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4499C9 is #BB6636. Grayscale: #848484. Windows color (decimal): -12281399 or 13211972. OLE color: 13211972.

HSL color Cylindrical-coordinate representation of color #4499C9: hue angle of 201.65º 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 #4499C9 is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 68 153 201 -
CMYK 0.66 0.24 0 0.21
HSL 201.65º 0.55% 0.53% -
HSV(B) 201.65º 0.66% 0.79% -
XYZ 24.32 28.23 59.43 -
YUV 133.06 166.34 81.6 -
System Red Green Blue C M Y K H S L
Decimal 68 153 201 0.66 0.24 0 0.21 201.65 0.55 0.53
Hex 44 99 C9 42 18 0 15 CA 37 35
Octal 104 231 311 102 30 0 25 312 67 65
Binary 1000100 10011001 11001001 1000010 11000 0 10101 11001010 110111 110101

Color Harmonies of #4499C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4499C9

Black with #4499C9

Text Example


Text Example

White with #4499C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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