Html Css Color HEX #449AC8 Picton Blue

📋 copy color: '#449AC8'

red 68 ◦ green 154 ◦ blue 200

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

Shades of Picton Blue #449AC8

Tints of Picton Blue #449AC8

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.49%

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

R = 16.11%
G = 36.49%
B = 47.39%

CMYK

 C value IS 0.66

 M value IS 0.23

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#449AC8 (or 0x449AC8) is known color: Picton Blue. HEX triplet: 44, 9A and C8. RGB value is (68,154,200). Sum of RGB (Red+Green+Blue) = 68+154+200=422 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.11% from 422); Green value is 154 (60.55% from 255 or 36.49% from 422); Blue value is 200 (78.52% from 255 or 47.39% from 422); Max value from RGB is 200 - color contains mainly: blue. Hex color #449AC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449AC8 is #BB6537. Grayscale: #858585. Windows color (decimal): -12281144 or 13146692. OLE color: 13146692.

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

Color convert

RGB 68 154 200 -
CMYK 0.66 0.23 0 0.22
HSL 200.91º 0.55% 0.53% -
HSV(B) 200.91º 0.66% 0.78% -
XYZ 24.36 28.51 58.86 -
YUV 133.53 165.51 81.26 -
System Red Green Blue C M Y K H S L
Decimal 68 154 200 0.66 0.23 0 0.22 200.91 0.55 0.53
Hex 44 9A C8 42 17 0 16 C9 37 35
Octal 104 232 310 102 27 0 26 311 67 65
Binary 1000100 10011010 11001000 1000010 10111 0 10110 11001001 110111 110101

Color Harmonies of #449AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449AC8

Black with #449AC8

Text Example


Text Example

White with #449AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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