Html Css Color HEX #449AC9 Picton Blue

📋 copy color: '#449AC9'

red 68 ◦ green 154 ◦ blue 201

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

Shades of Picton Blue #449AC9

Tints of Picton Blue #449AC9

RGB

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

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

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

R = 16.08%
G = 36.41%
B = 47.52%

CMYK

 C value IS 0.66

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#449AC9 (or 0x449AC9) is known color: Picton Blue. HEX triplet: 44, 9A and C9. RGB value is (68,154,201). Sum of RGB (Red+Green+Blue) = 68+154+201=423 (56% of max value = 765). Red value is 68 (26.95% from 255 or 16.08% from 423); Green value is 154 (60.55% from 255 or 36.41% from 423); Blue value is 201 (78.91% from 255 or 47.52% from 423); Max value from RGB is 201 - color contains mainly: blue. Hex color #449AC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449AC9 is #BB6536. Grayscale: #858585. Windows color (decimal): -12281143 or 13212228. OLE color: 13212228.

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

Color convert

RGB 68 154 201 -
CMYK 0.66 0.23 0 0.21
HSL 201.2º 0.55% 0.53% -
HSV(B) 201.2º 0.66% 0.79% -
XYZ 24.48 28.56 59.48 -
YUV 133.64 166.01 81.18 -
System Red Green Blue C M Y K H S L
Decimal 68 154 201 0.66 0.23 0 0.21 201.2 0.55 0.53
Hex 44 9A C9 42 17 0 15 C9 37 35
Octal 104 232 311 102 27 0 25 311 67 65
Binary 1000100 10011010 11001001 1000010 10111 0 10101 11001001 110111 110101

Color Harmonies of #449AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449AC9

Black with #449AC9

Text Example


Text Example

White with #449AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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