Html Css Color HEX #449FCF Picton Blue

📋 copy color: '#449FCF'

red 68 ◦ green 159 ◦ blue 207

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

Shades of Picton Blue #449FCF

Tints of Picton Blue #449FCF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.64%

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

R = 15.67%
G = 36.64%
B = 47.7%

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

#449FCF (or 0x449FCF) is known color: Picton Blue. HEX triplet: 44, 9F and CF. RGB value is (68,159,207). Sum of RGB (Red+Green+Blue) = 68+159+207=434 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.67% from 434); Green value is 159 (62.5% from 255 or 36.64% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #449FCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449FCF is #BB6030. Grayscale: #888888. Windows color (decimal): -12279857 or 13606724. OLE color: 13606724.

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

Color convert

RGB 68 159 207 -
CMYK 0.67 0.23 0 0.19
HSL 200.72º 0.59% 0.54% -
HSV(B) 200.72º 0.67% 0.81% -
XYZ 26.04 30.53 63.55 -
YUV 137.26 167.35 78.6 -
System Red Green Blue C M Y K H S L
Decimal 68 159 207 0.67 0.23 0 0.19 200.72 0.59 0.54
Hex 44 9F CF 43 17 0 13 C9 3B 36
Octal 104 237 317 103 27 0 23 311 73 66
Binary 1000100 10011111 11001111 1000011 10111 0 10011 11001001 111011 110110

Color Harmonies of #449FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449FCF

Black with #449FCF

Text Example


Text Example

White with #449FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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