Html Css Color HEX #4686DD Havelock Blue

📋 copy color: '#4686DD'

red 70 ◦ green 134 ◦ blue 221

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

Shades of Havelock Blue #4686DD

Tints of Havelock Blue #4686DD

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.53%

 BLUE value IS 221 (86.72% from 255) = 52%

R = 16.47%
G = 31.53%
B = 52%

CMYK

 C value IS 0.68

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4686DD (or 0x4686DD) is known color: Havelock Blue. HEX triplet: 46, 86 and DD. RGB value is (70,134,221). Sum of RGB (Red+Green+Blue) = 70+134+221=425 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.47% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #4686DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4686DD is #B97922. Grayscale: #7C7C7C. Windows color (decimal): -12155171 or 14517830. OLE color: 14517830.

HSL color Cylindrical-coordinate representation of color #4686DD: hue angle of 214.57º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4686DD is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 134 221 -
CMYK 0.68 0.39 0 0.13
HSL 214.57º 0.69% 0.57% -
HSV(B) 214.57º 0.68% 0.87% -
XYZ 24.1 23.57 71.69 -
YUV 124.78 182.3 88.93 -
System Red Green Blue C M Y K H S L
Decimal 70 134 221 0.68 0.39 0 0.13 214.57 0.69 0.57
Hex 46 86 DD 44 27 0 D D7 45 39
Octal 106 206 335 104 47 0 15 327 105 71
Binary 1000110 10000110 11011101 1000100 100111 0 1101 11010111 1000101 111001

Color Harmonies of #4686DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4686DD

Black with #4686DD

Text Example


Text Example

White with #4686DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4686DD; }

 p { color: rgb(70,134,221); }

 H1.HeaderClassName
 {
   color: #4686DD;
 }
 .AnyTagClassName
 {
   color: #4686DD;
 }
</style>

background-color css

<style>
 a { background-color: #4686DD; }

 a { background-color: rgb(70,134,221); }

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

border-color css

<style>
 span { border-color: #4686DD; }

 span { border-color: rgb(70,134,221); }

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