Html Css Color HEX #449CC8 Picton Blue

📋 copy color: '#449CC8'

red 68 ◦ green 156 ◦ blue 200

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

Shades of Picton Blue #449CC8

Tints of Picton Blue #449CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 47.17%

R = 16.04%
G = 36.79%
B = 47.17%

CMYK

 C value IS 0.66

 M value IS 0.22

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#449CC8 (or 0x449CC8) is known color: Picton Blue. HEX triplet: 44, 9C and C8. RGB value is (68,156,200). Sum of RGB (Red+Green+Blue) = 68+156+200=424 (56% of max value = 765). Red value is 68 (26.95% from 255 or 16.04% from 424); Green value is 156 (61.33% from 255 or 36.79% from 424); Blue value is 200 (78.52% from 255 or 47.17% from 424); Max value from RGB is 200 - color contains mainly: blue. Hex color #449CC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449CC8 is #BB6337. Grayscale: #868686. Windows color (decimal): -12280632 or 13147204. OLE color: 13147204.

HSL color Cylindrical-coordinate representation of color #449CC8: hue angle of 200º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #449CC8 is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 68 156 200 -
CMYK 0.66 0.22 0 0.22
HSL 200º 0.55% 0.53% -
HSV(B) 200º 0.66% 0.78% -
XYZ 24.7 29.18 58.97 -
YUV 134.7 164.85 80.42 -
System Red Green Blue C M Y K H S L
Decimal 68 156 200 0.66 0.22 0 0.22 200 0.55 0.53
Hex 44 9C C8 42 16 0 16 C8 37 35
Octal 104 234 310 102 26 0 26 310 67 65
Binary 1000100 10011100 11001000 1000010 10110 0 10110 11001000 110111 110101

Color Harmonies of #449CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449CC8

Black with #449CC8

Text Example


Text Example

White with #449CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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