Html Css Color HEX #456FC2 Havelock Blue

📋 copy color: '#456FC2'

red 69 ◦ green 111 ◦ blue 194

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

Shades of Havelock Blue #456FC2

Tints of Havelock Blue #456FC2

RGB

 RED value IS 69 (27.34% from 255) = 18.45%

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

 BLUE value IS 194 (76.17% from 255) = 51.87%

R = 18.45%
G = 29.68%
B = 51.87%

CMYK

 C value IS 0.64

 M value IS 0.43

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#456FC2 (or 0x456FC2) is known color: Havelock Blue. HEX triplet: 45, 6F and C2. RGB value is (69,111,194). Sum of RGB (Red+Green+Blue) = 69+111+194=374 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.45% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 194 (76.17% from 255 or 51.87% from 374); Max value from RGB is 194 - color contains mainly: blue. Hex color #456FC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456FC2 is #BA903D. Grayscale: #6B6B6B. Windows color (decimal): -12226622 or 12742469. OLE color: 12742469.

HSL color Cylindrical-coordinate representation of color #456FC2: hue angle of 219.84º degrees, saturation: 0.51, 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 #456FC2 is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 69 111 194 -
CMYK 0.64 0.43 0 0.24
HSL 219.84º 0.51% 0.52% -
HSV(B) 219.84º 0.64% 0.76% -
XYZ 17.88 16.53 53.29 -
YUV 107.9 176.59 100.25 -
System Red Green Blue C M Y K H S L
Decimal 69 111 194 0.64 0.43 0 0.24 219.84 0.51 0.52
Hex 45 6F C2 40 2B 0 18 DC 33 34
Octal 105 157 302 100 53 0 30 334 63 64
Binary 1000101 1101111 11000010 1000000 101011 0 11000 11011100 110011 110100

Color Harmonies of #456FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456FC2

Black with #456FC2

Text Example


Text Example

White with #456FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456FC2; }

 p { color: rgb(69,111,194); }

 H1.HeaderClassName
 {
   color: #456FC2;
 }
 .AnyTagClassName
 {
   color: #456FC2;
 }
</style>

background-color css

<style>
 a { background-color: #456FC2; }

 a { background-color: rgb(69,111,194); }

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

border-color css

<style>
 span { border-color: #456FC2; }

 span { border-color: rgb(69,111,194); }

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