Html Css Color HEX #476FC1 Havelock Blue

📋 copy color: '#476FC1'

red 71 ◦ green 111 ◦ blue 193

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

Shades of Havelock Blue #476FC1

Tints of Havelock Blue #476FC1

RGB

 RED value IS 71 (28.13% from 255) = 18.93%

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

 BLUE value IS 193 (75.78% from 255) = 51.47%

R = 18.93%
G = 29.6%
B = 51.47%

CMYK

 C value IS 0.63

 M value IS 0.42

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#476FC1 (or 0x476FC1) is known color: Havelock Blue. HEX triplet: 47, 6F and C1. RGB value is (71,111,193). Sum of RGB (Red+Green+Blue) = 71+111+193=375 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.93% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 193 (75.78% from 255 or 51.47% from 375); Max value from RGB is 193 - color contains mainly: blue. Hex color #476FC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476FC1 is #B8903E. Grayscale: #6C6C6C. Windows color (decimal): -12095551 or 12676935. OLE color: 12676935.

HSL color Cylindrical-coordinate representation of color #476FC1: hue angle of 220.33º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #476FC1 is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 71 111 193 -
CMYK 0.63 0.42 0 0.24
HSL 220.33º 0.5% 0.52% -
HSV(B) 220.33º 0.63% 0.76% -
XYZ 17.91 16.56 52.7 -
YUV 108.39 175.75 101.33 -
System Red Green Blue C M Y K H S L
Decimal 71 111 193 0.63 0.42 0 0.24 220.33 0.5 0.52
Hex 47 6F C1 3F 2A 0 18 DC 32 34
Octal 107 157 301 77 52 0 30 334 62 64
Binary 1000111 1101111 11000001 111111 101010 0 11000 11011100 110010 110100

Color Harmonies of #476FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476FC1

Black with #476FC1

Text Example


Text Example

White with #476FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476FC1; }

 p { color: rgb(71,111,193); }

 H1.HeaderClassName
 {
   color: #476FC1;
 }
 .AnyTagClassName
 {
   color: #476FC1;
 }
</style>

background-color css

<style>
 a { background-color: #476FC1; }

 a { background-color: rgb(71,111,193); }

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

border-color css

<style>
 span { border-color: #476FC1; }

 span { border-color: rgb(71,111,193); }

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