Html Css Color HEX #447ACD Havelock Blue

📋 copy color: '#447ACD'

red 68 ◦ green 122 ◦ blue 205

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

Shades of Havelock Blue #447ACD

Tints of Havelock Blue #447ACD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.89%

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

R = 17.22%
G = 30.89%
B = 51.9%

CMYK

 C value IS 0.67

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#447ACD (or 0x447ACD) is known color: Havelock Blue. HEX triplet: 44, 7A and CD. RGB value is (68,122,205). Sum of RGB (Red+Green+Blue) = 68+122+205=395 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.22% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #447ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447ACD is #BB8532. Grayscale: #727272. Windows color (decimal): -12289331 or 13466180. OLE color: 13466180.

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

Color convert

RGB 68 122 205 -
CMYK 0.67 0.40 0 0.20
HSL 216.35º 0.58% 0.54% -
HSV(B) 216.35º 0.67% 0.8% -
XYZ 20.36 19.56 60.46 -
YUV 115.32 178.61 94.25 -
System Red Green Blue C M Y K H S L
Decimal 68 122 205 0.67 0.40 0 0.20 216.35 0.58 0.54
Hex 44 7A CD 43 28 0 14 D8 3A 36
Octal 104 172 315 103 50 0 24 330 72 66
Binary 1000100 1111010 11001101 1000011 101000 0 10100 11011000 111010 110110

Color Harmonies of #447ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447ACD

Black with #447ACD

Text Example


Text Example

White with #447ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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