Html Css Color HEX #4F73BC Havelock Blue

📋 copy color: '#4F73BC'

red 79 ◦ green 115 ◦ blue 188

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

Shades of Havelock Blue #4F73BC

Tints of Havelock Blue #4F73BC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.1%

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

R = 20.68%
G = 30.1%
B = 49.21%

CMYK

 C value IS 0.58

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4F73BC (or 0x4F73BC) is known color: Havelock Blue. HEX triplet: 4F, 73 and BC. RGB value is (79,115,188). Sum of RGB (Red+Green+Blue) = 79+115+188=382 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.68% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #4F73BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F73BC is #B08C43. Grayscale: #707070. Windows color (decimal): -11570244 or 12350287. OLE color: 12350287.

HSL color Cylindrical-coordinate representation of color #4F73BC: hue angle of 220.18º 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 #4F73BC is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 79 115 188 -
CMYK 0.58 0.39 0 0.26
HSL 220.18º 0.45% 0.52% -
HSV(B) 220.18º 0.58% 0.74% -
XYZ 18.43 17.55 49.99 -
YUV 112.56 170.57 104.06 -
System Red Green Blue C M Y K H S L
Decimal 79 115 188 0.58 0.39 0 0.26 220.18 0.45 0.52
Hex 4F 73 BC 3A 27 0 1A DC 2D 34
Octal 117 163 274 72 47 0 32 334 55 64
Binary 1001111 1110011 10111100 111010 100111 0 11010 11011100 101101 110100

Color Harmonies of #4F73BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F73BC

Black with #4F73BC

Text Example


Text Example

White with #4F73BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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