Html Css Color HEX #4676CA Havelock Blue

📋 copy color: '#4676CA'

red 70 ◦ green 118 ◦ blue 202

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

Shades of Havelock Blue #4676CA

Tints of Havelock Blue #4676CA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.26%

 BLUE value IS 202 (79.3% from 255) = 51.79%

R = 17.95%
G = 30.26%
B = 51.79%

CMYK

 C value IS 0.65

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4676CA (or 0x4676CA) is known color: Havelock Blue. HEX triplet: 46, 76 and CA. RGB value is (70,118,202). Sum of RGB (Red+Green+Blue) = 70+118+202=390 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.95% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 202 (79.30% from 255 or 51.79% from 390); Max value from RGB is 202 - color contains mainly: blue. Hex color #4676CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4676CA is #B98935. Grayscale: #707070. Windows color (decimal): -12159286 or 13268550. OLE color: 13268550.

HSL color Cylindrical-coordinate representation of color #4676CA: hue angle of 218.18º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4676CA is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 70 118 202 -
CMYK 0.65 0.42 0 0.21
HSL 218.18º 0.55% 0.53% -
HSV(B) 218.18º 0.65% 0.79% -
XYZ 19.66 18.52 58.42 -
YUV 113.22 178.1 97.17 -
System Red Green Blue C M Y K H S L
Decimal 70 118 202 0.65 0.42 0 0.21 218.18 0.55 0.53
Hex 46 76 CA 41 2A 0 15 DA 37 35
Octal 106 166 312 101 52 0 25 332 67 65
Binary 1000110 1110110 11001010 1000001 101010 0 10101 11011010 110111 110101

Color Harmonies of #4676CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4676CA

Black with #4676CA

Text Example


Text Example

White with #4676CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4676CA; }

 p { color: rgb(70,118,202); }

 H1.HeaderClassName
 {
   color: #4676CA;
 }
 .AnyTagClassName
 {
   color: #4676CA;
 }
</style>

background-color css

<style>
 a { background-color: #4676CA; }

 a { background-color: rgb(70,118,202); }

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

border-color css

<style>
 span { border-color: #4676CA; }

 span { border-color: rgb(70,118,202); }

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