Html Css Color HEX #449CC9 Picton Blue

📋 copy color: '#449CC9'

red 68 ◦ green 156 ◦ blue 201

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

Shades of Picton Blue #449CC9

Tints of Picton Blue #449CC9

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.71%

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

R = 16%
G = 36.71%
B = 47.29%

CMYK

 C value IS 0.66

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#449CC9 (or 0x449CC9) is known color: Picton Blue. HEX triplet: 44, 9C and C9. RGB value is (68,156,201). Sum of RGB (Red+Green+Blue) = 68+156+201=425 (56% of max value = 765). Red value is 68 (26.95% from 255 or 16% from 425); Green value is 156 (61.33% from 255 or 36.71% from 425); Blue value is 201 (78.91% from 255 or 47.29% from 425); Max value from RGB is 201 - color contains mainly: blue. Hex color #449CC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449CC9 is #BB6336. Grayscale: #868686. Windows color (decimal): -12280631 or 13212740. OLE color: 13212740.

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

Color convert

RGB 68 156 201 -
CMYK 0.66 0.22 0 0.21
HSL 200.3º 0.55% 0.53% -
HSV(B) 200.3º 0.66% 0.79% -
XYZ 24.81 29.22 59.59 -
YUV 134.82 165.35 80.34 -
System Red Green Blue C M Y K H S L
Decimal 68 156 201 0.66 0.22 0 0.21 200.3 0.55 0.53
Hex 44 9C C9 42 16 0 15 C8 37 35
Octal 104 234 311 102 26 0 25 310 67 65
Binary 1000100 10011100 11001001 1000010 10110 0 10101 11001000 110111 110101

Color Harmonies of #449CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449CC9

Black with #449CC9

Text Example


Text Example

White with #449CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449CC9; }

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

 H1.HeaderClassName
 {
   color: #449CC9;
 }
 .AnyTagClassName
 {
   color: #449CC9;
 }
</style>

background-color css

<style>
 a { background-color: #449CC9; }

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

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

border-color css

<style>
 span { border-color: #449CC9; }

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

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