Html Css Color HEX #449ECE Picton Blue

📋 copy color: '#449ECE'

red 68 ◦ green 158 ◦ blue 206

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

Shades of Picton Blue #449ECE

Tints of Picton Blue #449ECE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.57%

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

R = 15.74%
G = 36.57%
B = 47.69%

CMYK

 C value IS 0.67

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#449ECE (or 0x449ECE) is known color: Picton Blue. HEX triplet: 44, 9E and CE. RGB value is (68,158,206). Sum of RGB (Red+Green+Blue) = 68+158+206=432 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.74% from 432); Green value is 158 (62.11% from 255 or 36.57% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #449ECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449ECE is #BB6131. Grayscale: #888888. Windows color (decimal): -12280114 or 13540932. OLE color: 13540932.

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

Color convert

RGB 68 158 206 -
CMYK 0.67 0.23 0 0.19
HSL 200.87º 0.58% 0.54% -
HSV(B) 200.87º 0.67% 0.81% -
XYZ 25.75 30.14 62.85 -
YUV 136.56 167.18 79.1 -
System Red Green Blue C M Y K H S L
Decimal 68 158 206 0.67 0.23 0 0.19 200.87 0.58 0.54
Hex 44 9E CE 43 17 0 13 C9 3A 36
Octal 104 236 316 103 27 0 23 311 72 66
Binary 1000100 10011110 11001110 1000011 10111 0 10011 11001001 111010 110110

Color Harmonies of #449ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449ECE

Black with #449ECE

Text Example


Text Example

White with #449ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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