Html Css Color HEX #446FC3 Havelock Blue

📋 copy color: '#446FC3'

red 68 ◦ green 111 ◦ blue 195

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

Shades of Havelock Blue #446FC3

Tints of Havelock Blue #446FC3

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.68%

 BLUE value IS 195 (76.56% from 255) = 52.14%

R = 18.18%
G = 29.68%
B = 52.14%

CMYK

 C value IS 0.65

 M value IS 0.43

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#446FC3 (or 0x446FC3) is known color: Havelock Blue. HEX triplet: 44, 6F and C3. RGB value is (68,111,195). Sum of RGB (Red+Green+Blue) = 68+111+195=374 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.18% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 195 (76.56% from 255 or 52.14% from 374); Max value from RGB is 195 - color contains mainly: blue. Hex color #446FC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446FC3 is #BB903C. Grayscale: #6B6B6B. Windows color (decimal): -12292157 or 12808004. OLE color: 12808004.

HSL color Cylindrical-coordinate representation of color #446FC3: hue angle of 219.69º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #446FC3 is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 68 111 195 -
CMYK 0.65 0.43 0 0.24
HSL 219.69º 0.51% 0.52% -
HSV(B) 219.69º 0.65% 0.76% -
XYZ 17.92 16.54 53.88 -
YUV 107.72 177.25 99.67 -
System Red Green Blue C M Y K H S L
Decimal 68 111 195 0.65 0.43 0 0.24 219.69 0.51 0.52
Hex 44 6F C3 41 2B 0 18 DC 33 34
Octal 104 157 303 101 53 0 30 334 63 64
Binary 1000100 1101111 11000011 1000001 101011 0 11000 11011100 110011 110100

Color Harmonies of #446FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446FC3

Black with #446FC3

Text Example


Text Example

White with #446FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446FC3; }

 p { color: rgb(68,111,195); }

 H1.HeaderClassName
 {
   color: #446FC3;
 }
 .AnyTagClassName
 {
   color: #446FC3;
 }
</style>

background-color css

<style>
 a { background-color: #446FC3; }

 a { background-color: rgb(68,111,195); }

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

border-color css

<style>
 span { border-color: #446FC3; }

 span { border-color: rgb(68,111,195); }

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