Html Css Color HEX #449DCD Picton Blue

📋 copy color: '#449DCD'

red 68 ◦ green 157 ◦ blue 205

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

Shades of Picton Blue #449DCD

Tints of Picton Blue #449DCD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.51%

 BLUE value IS 205 (80.47% from 255) = 47.67%

R = 15.81%
G = 36.51%
B = 47.67%

CMYK

 C value IS 0.67

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#449DCD (or 0x449DCD) is known color: Picton Blue. HEX triplet: 44, 9D and CD. RGB value is (68,157,205). Sum of RGB (Red+Green+Blue) = 68+157+205=430 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.81% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #449DCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449DCD is #BB6232. Grayscale: #878787. Windows color (decimal): -12280371 or 13475140. OLE color: 13475140.

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

Color convert

RGB 68 157 205 -
CMYK 0.67 0.23 0 0.20
HSL 201.02º 0.58% 0.54% -
HSV(B) 201.02º 0.67% 0.8% -
XYZ 25.46 29.75 62.16 -
YUV 135.86 167.01 79.6 -
System Red Green Blue C M Y K H S L
Decimal 68 157 205 0.67 0.23 0 0.20 201.02 0.58 0.54
Hex 44 9D CD 43 17 0 14 C9 3A 36
Octal 104 235 315 103 27 0 24 311 72 66
Binary 1000100 10011101 11001101 1000011 10111 0 10100 11001001 111010 110110

Color Harmonies of #449DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449DCD

Black with #449DCD

Text Example


Text Example

White with #449DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,157,205); }

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

background-color css

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

 a { background-color: rgb(68,157,205); }

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

border-color css

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

 span { border-color: rgb(68,157,205); }

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