Html Css Color HEX #447ACF Havelock Blue

📋 copy color: '#447ACF'

red 68 ◦ green 122 ◦ blue 207

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

Shades of Havelock Blue #447ACF

Tints of Havelock Blue #447ACF

RGB

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

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

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

R = 17.13%
G = 30.73%
B = 52.14%

CMYK

 C value IS 0.67

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#447ACF (or 0x447ACF) is known color: Havelock Blue. HEX triplet: 44, 7A and CF. RGB value is (68,122,207). Sum of RGB (Red+Green+Blue) = 68+122+207=397 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.13% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #447ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447ACF is #BB8530. Grayscale: #737373. Windows color (decimal): -12289329 or 13597252. OLE color: 13597252.

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

Color convert

RGB 68 122 207 -
CMYK 0.67 0.41 0 0.19
HSL 216.69º 0.59% 0.54% -
HSV(B) 216.69º 0.67% 0.81% -
XYZ 20.61 19.65 61.74 -
YUV 115.54 179.61 94.09 -
System Red Green Blue C M Y K H S L
Decimal 68 122 207 0.67 0.41 0 0.19 216.69 0.59 0.54
Hex 44 7A CF 43 29 0 13 D9 3B 36
Octal 104 172 317 103 51 0 23 331 73 66
Binary 1000100 1111010 11001111 1000011 101001 0 10011 11011001 111011 110110

Color Harmonies of #447ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447ACF

Black with #447ACF

Text Example


Text Example

White with #447ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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