Html Css Color HEX #467ACA Havelock Blue

📋 copy color: '#467ACA'

red 70 ◦ green 122 ◦ blue 202

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

Shades of Havelock Blue #467ACA

Tints of Havelock Blue #467ACA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.96%

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

R = 17.77%
G = 30.96%
B = 51.27%

CMYK

 C value IS 0.65

 M value IS 0.40

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#467ACA (or 0x467ACA) is known color: Havelock Blue. HEX triplet: 46, 7A and CA. RGB value is (70,122,202). Sum of RGB (Red+Green+Blue) = 70+122+202=394 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.77% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 202 (79.30% from 255 or 51.27% from 394); Max value from RGB is 202 - color contains mainly: blue. Hex color #467ACA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467ACA is #B98535. Grayscale: #737373. Windows color (decimal): -12158262 or 13269574. OLE color: 13269574.

HSL color Cylindrical-coordinate representation of color #467ACA: hue angle of 216.36º 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 #467ACA is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 70 122 202 -
CMYK 0.65 0.40 0 0.21
HSL 216.36º 0.55% 0.53% -
HSV(B) 216.36º 0.65% 0.79% -
XYZ 20.15 19.49 58.58 -
YUV 115.57 176.77 95.5 -
System Red Green Blue C M Y K H S L
Decimal 70 122 202 0.65 0.40 0 0.21 216.36 0.55 0.53
Hex 46 7A CA 41 28 0 15 D8 37 35
Octal 106 172 312 101 50 0 25 330 67 65
Binary 1000110 1111010 11001010 1000001 101000 0 10101 11011000 110111 110101

Color Harmonies of #467ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467ACA

Black with #467ACA

Text Example


Text Example

White with #467ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467ACA; }

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

 H1.HeaderClassName
 {
   color: #467ACA;
 }
 .AnyTagClassName
 {
   color: #467ACA;
 }
</style>

background-color css

<style>
 a { background-color: #467ACA; }

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

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

border-color css

<style>
 span { border-color: #467ACA; }

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

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