Html Css Color HEX #467AD1 Havelock Blue

📋 copy color: '#467AD1'

red 70 ◦ green 122 ◦ blue 209

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

Shades of Havelock Blue #467AD1

Tints of Havelock Blue #467AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 52.12%

R = 17.46%
G = 30.42%
B = 52.12%

CMYK

 C value IS 0.67

 M value IS 0.42

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#467AD1 (or 0x467AD1) is known color: Havelock Blue. HEX triplet: 46, 7A and D1. RGB value is (70,122,209). Sum of RGB (Red+Green+Blue) = 70+122+209=401 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.46% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 209 (82.03% from 255 or 52.12% from 401); Max value from RGB is 209 - color contains mainly: blue. Hex color #467AD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467AD1 is #B9852E. Grayscale: #737373. Windows color (decimal): -12158255 or 13728326. OLE color: 13728326.

HSL color Cylindrical-coordinate representation of color #467AD1: hue angle of 217.55º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #467AD1 is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 70 122 209 -
CMYK 0.67 0.42 0 0.18
HSL 217.55º 0.6% 0.55% -
HSV(B) 217.55º 0.67% 0.82% -
XYZ 20.99 19.82 63.04 -
YUV 116.37 180.27 94.93 -
System Red Green Blue C M Y K H S L
Decimal 70 122 209 0.67 0.42 0 0.18 217.55 0.6 0.55
Hex 46 7A D1 43 2A 0 12 DA 3C 37
Octal 106 172 321 103 52 0 22 332 74 67
Binary 1000110 1111010 11010001 1000011 101010 0 10010 11011010 111100 110111

Color Harmonies of #467AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467AD1

Black with #467AD1

Text Example


Text Example

White with #467AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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