Html Css Color HEX #449ACE Picton Blue

📋 copy color: '#449ACE'

red 68 ◦ green 154 ◦ blue 206

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

Shades of Picton Blue #449ACE

Tints of Picton Blue #449ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.13%

R = 15.89%
G = 35.98%
B = 48.13%

CMYK

 C value IS 0.67

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#449ACE (or 0x449ACE) is known color: Picton Blue. HEX triplet: 44, 9A and CE. RGB value is (68,154,206). Sum of RGB (Red+Green+Blue) = 68+154+206=428 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.89% from 428); Green value is 154 (60.55% from 255 or 35.98% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #449ACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449ACE is #BB6531. Grayscale: #858585. Windows color (decimal): -12281138 or 13539908. OLE color: 13539908.

HSL color Cylindrical-coordinate representation of color #449ACE: hue angle of 202.61º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #449ACE is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 68 154 206 -
CMYK 0.67 0.25 0 0.19
HSL 202.61º 0.58% 0.54% -
HSV(B) 202.61º 0.67% 0.81% -
XYZ 25.08 28.8 62.63 -
YUV 134.21 168.51 80.77 -
System Red Green Blue C M Y K H S L
Decimal 68 154 206 0.67 0.25 0 0.19 202.61 0.58 0.54
Hex 44 9A CE 43 19 0 13 CB 3A 36
Octal 104 232 316 103 31 0 23 313 72 66
Binary 1000100 10011010 11001110 1000011 11001 0 10011 11001011 111010 110110

Color Harmonies of #449ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449ACE

Black with #449ACE

Text Example


Text Example

White with #449ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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