Html Css Color HEX #449ACD Picton Blue

📋 copy color: '#449ACD'

red 68 ◦ green 154 ◦ blue 205

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

Shades of Picton Blue #449ACD

Tints of Picton Blue #449ACD

RGB

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

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

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

R = 15.93%
G = 36.07%
B = 48.01%

CMYK

 C value IS 0.67

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#449ACD (or 0x449ACD) is known color: Picton Blue. HEX triplet: 44, 9A and CD. RGB value is (68,154,205). Sum of RGB (Red+Green+Blue) = 68+154+205=427 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.93% from 427); Green value is 154 (60.55% from 255 or 36.07% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #449ACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449ACD is #BB6532. Grayscale: #858585. Windows color (decimal): -12281139 or 13474372. OLE color: 13474372.

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

Color convert

RGB 68 154 205 -
CMYK 0.67 0.25 0 0.20
HSL 202.34º 0.58% 0.54% -
HSV(B) 202.34º 0.67% 0.8% -
XYZ 24.96 28.75 61.99 -
YUV 134.1 168.01 80.85 -
System Red Green Blue C M Y K H S L
Decimal 68 154 205 0.67 0.25 0 0.20 202.34 0.58 0.54
Hex 44 9A CD 43 19 0 14 CA 3A 36
Octal 104 232 315 103 31 0 24 312 72 66
Binary 1000100 10011010 11001101 1000011 11001 0 10100 11001010 111010 110110

Color Harmonies of #449ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449ACD

Black with #449ACD

Text Example


Text Example

White with #449ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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