Html Css Color HEX #449ECF Picton Blue

📋 copy color: '#449ECF'

red 68 ◦ green 158 ◦ blue 207

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

Shades of Picton Blue #449ECF

Tints of Picton Blue #449ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.81%

R = 15.7%
G = 36.49%
B = 47.81%

CMYK

 C value IS 0.67

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#449ECF (or 0x449ECF) is known color: Picton Blue. HEX triplet: 44, 9E and CF. RGB value is (68,158,207). Sum of RGB (Red+Green+Blue) = 68+158+207=433 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.70% from 433); Green value is 158 (62.11% from 255 or 36.49% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #449ECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449ECF is #BB6130. Grayscale: #888888. Windows color (decimal): -12280113 or 13606468. OLE color: 13606468.

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

Color convert

RGB 68 158 207 -
CMYK 0.67 0.24 0 0.19
HSL 201.15º 0.59% 0.54% -
HSV(B) 201.15º 0.67% 0.81% -
XYZ 25.87 30.19 63.49 -
YUV 136.68 167.68 79.02 -
System Red Green Blue C M Y K H S L
Decimal 68 158 207 0.67 0.24 0 0.19 201.15 0.59 0.54
Hex 44 9E CF 43 18 0 13 C9 3B 36
Octal 104 236 317 103 30 0 23 311 73 66
Binary 1000100 10011110 11001111 1000011 11000 0 10011 11001001 111011 110110

Color Harmonies of #449ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449ECF

Black with #449ECF

Text Example


Text Example

White with #449ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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