Html Css Color HEX #4F83BD Havelock Blue

📋 copy color: '#4F83BD'

red 79 ◦ green 131 ◦ blue 189

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

Shades of Havelock Blue #4F83BD

Tints of Havelock Blue #4F83BD

RGB

 RED value IS 79 (31.25% from 255) = 19.8%

 GREEN value IS 131 (51.56% from 255) = 32.83%

 BLUE value IS 189 (74.22% from 255) = 47.37%

R = 19.8%
G = 32.83%
B = 47.37%

CMYK

 C value IS 0.58

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4F83BD (or 0x4F83BD) is known color: Havelock Blue. HEX triplet: 4F, 83 and BD. RGB value is (79,131,189). Sum of RGB (Red+Green+Blue) = 79+131+189=399 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.80% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #4F83BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F83BD is #B07C42. Grayscale: #797979. Windows color (decimal): -11566147 or 12419919. OLE color: 12419919.

HSL color Cylindrical-coordinate representation of color #4F83BD: hue angle of 211.64º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F83BD is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 79 131 189 -
CMYK 0.58 0.31 0 0.26
HSL 211.64º 0.45% 0.53% -
HSV(B) 211.64º 0.58% 0.74% -
XYZ 20.53 21.57 51.23 -
YUV 122.06 165.77 97.28 -
System Red Green Blue C M Y K H S L
Decimal 79 131 189 0.58 0.31 0 0.26 211.64 0.45 0.53
Hex 4F 83 BD 3A 1F 0 1A D4 2D 35
Octal 117 203 275 72 37 0 32 324 55 65
Binary 1001111 10000011 10111101 111010 11111 0 11010 11010100 101101 110101

Color Harmonies of #4F83BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F83BD

Black with #4F83BD

Text Example


Text Example

White with #4F83BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F83BD; }

 p { color: rgb(79,131,189); }

 H1.HeaderClassName
 {
   color: #4F83BD;
 }
 .AnyTagClassName
 {
   color: #4F83BD;
 }
</style>

background-color css

<style>
 a { background-color: #4F83BD; }

 a { background-color: rgb(79,131,189); }

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

border-color css

<style>
 span { border-color: #4F83BD; }

 span { border-color: rgb(79,131,189); }

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