Html Css Color HEX #447CC6 Havelock Blue

📋 copy color: '#447CC6'

red 68 ◦ green 124 ◦ blue 198

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

Shades of Havelock Blue #447CC6

Tints of Havelock Blue #447CC6

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.79%

 BLUE value IS 198 (77.73% from 255) = 50.77%

R = 17.44%
G = 31.79%
B = 50.77%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#447CC6 (or 0x447CC6) is known color: Havelock Blue. HEX triplet: 44, 7C and C6. RGB value is (68,124,198). Sum of RGB (Red+Green+Blue) = 68+124+198=390 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.44% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 198 (77.73% from 255 or 50.77% from 390); Max value from RGB is 198 - color contains mainly: blue. Hex color #447CC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447CC6 is #BB8339. Grayscale: #737373. Windows color (decimal): -12288826 or 13007940. OLE color: 13007940.

HSL color Cylindrical-coordinate representation of color #447CC6: hue angle of 214.15º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #447CC6 is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 68 124 198 -
CMYK 0.66 0.37 0 0.22
HSL 214.15º 0.53% 0.52% -
HSV(B) 214.15º 0.66% 0.78% -
XYZ 19.78 19.72 56.19 -
YUV 115.69 174.45 93.98 -
System Red Green Blue C M Y K H S L
Decimal 68 124 198 0.66 0.37 0 0.22 214.15 0.53 0.52
Hex 44 7C C6 42 25 0 16 D6 35 34
Octal 104 174 306 102 45 0 26 326 65 64
Binary 1000100 1111100 11000110 1000010 100101 0 10110 11010110 110101 110100

Color Harmonies of #447CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447CC6

Black with #447CC6

Text Example


Text Example

White with #447CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,124,198); }

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

background-color css

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

 a { background-color: rgb(68,124,198); }

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

border-color css

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

 span { border-color: rgb(68,124,198); }

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