Html Css Color HEX #466FC1 Havelock Blue

📋 copy color: '#466FC1'

red 70 ◦ green 111 ◦ blue 193

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

Shades of Havelock Blue #466FC1

Tints of Havelock Blue #466FC1

RGB

 RED value IS 70 (27.73% from 255) = 18.72%

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

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

R = 18.72%
G = 29.68%
B = 51.6%

CMYK

 C value IS 0.64

 M value IS 0.42

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#466FC1 (or 0x466FC1) is known color: Havelock Blue. HEX triplet: 46, 6F and C1. RGB value is (70,111,193). Sum of RGB (Red+Green+Blue) = 70+111+193=374 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.72% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 193 (75.78% from 255 or 51.60% from 374); Max value from RGB is 193 - color contains mainly: blue. Hex color #466FC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466FC1 is #B9903E. Grayscale: #6B6B6B. Windows color (decimal): -12161087 or 12676934. OLE color: 12676934.

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

Color convert

RGB 70 111 193 -
CMYK 0.64 0.42 0 0.24
HSL 220º 0.5% 0.52% -
HSV(B) 220º 0.64% 0.76% -
XYZ 17.84 16.52 52.7 -
YUV 108.09 175.92 100.83 -
System Red Green Blue C M Y K H S L
Decimal 70 111 193 0.64 0.42 0 0.24 220 0.5 0.52
Hex 46 6F C1 40 2A 0 18 DC 32 34
Octal 106 157 301 100 52 0 30 334 62 64
Binary 1000110 1101111 11000001 1000000 101010 0 11000 11011100 110010 110100

Color Harmonies of #466FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466FC1

Black with #466FC1

Text Example


Text Example

White with #466FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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