Html Css Color HEX #4F83BC Havelock Blue

📋 copy color: '#4F83BC'

red 79 ◦ green 131 ◦ blue 188

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

Shades of Havelock Blue #4F83BC

Tints of Havelock Blue #4F83BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.24%

R = 19.85%
G = 32.91%
B = 47.24%

CMYK

 C value IS 0.58

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4F83BC (or 0x4F83BC) is known color: Havelock Blue. HEX triplet: 4F, 83 and BC. RGB value is (79,131,188). Sum of RGB (Red+Green+Blue) = 79+131+188=398 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.85% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #4F83BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F83BC is #B07C43. Grayscale: #797979. Windows color (decimal): -11566148 or 12354383. OLE color: 12354383.

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

Color convert

RGB 79 131 188 -
CMYK 0.58 0.30 0 0.26
HSL 211.38º 0.45% 0.52% -
HSV(B) 211.38º 0.58% 0.74% -
XYZ 20.42 21.53 50.66 -
YUV 121.95 165.27 97.37 -
System Red Green Blue C M Y K H S L
Decimal 79 131 188 0.58 0.30 0 0.26 211.38 0.45 0.52
Hex 4F 83 BC 3A 1E 0 1A D3 2D 34
Octal 117 203 274 72 36 0 32 323 55 64
Binary 1001111 10000011 10111100 111010 11110 0 11010 11010011 101101 110100

Color Harmonies of #4F83BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F83BC

Black with #4F83BC

Text Example


Text Example

White with #4F83BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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