Html Css Color HEX #4F75BB Havelock Blue

📋 copy color: '#4F75BB'

red 79 ◦ green 117 ◦ blue 187

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

Shades of Havelock Blue #4F75BB

Tints of Havelock Blue #4F75BB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.55%

 BLUE value IS 187 (73.44% from 255) = 48.83%

R = 20.63%
G = 30.55%
B = 48.83%

CMYK

 C value IS 0.58

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4F75BB (or 0x4F75BB) is known color: Havelock Blue. HEX triplet: 4F, 75 and BB. RGB value is (79,117,187). Sum of RGB (Red+Green+Blue) = 79+117+187=383 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.63% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #4F75BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F75BB is #B08A44. Grayscale: #717171. Windows color (decimal): -11569733 or 12285263. OLE color: 12285263.

HSL color Cylindrical-coordinate representation of color #4F75BB: hue angle of 218.89º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F75BB is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 79 117 187 -
CMYK 0.58 0.37 0 0.27
HSL 218.89º 0.44% 0.52% -
HSV(B) 218.89º 0.58% 0.73% -
XYZ 18.56 17.97 49.5 -
YUV 113.62 169.41 103.31 -
System Red Green Blue C M Y K H S L
Decimal 79 117 187 0.58 0.37 0 0.27 218.89 0.44 0.52
Hex 4F 75 BB 3A 25 0 1B DB 2C 34
Octal 117 165 273 72 45 0 33 333 54 64
Binary 1001111 1110101 10111011 111010 100101 0 11011 11011011 101100 110100

Color Harmonies of #4F75BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F75BB

Black with #4F75BB

Text Example


Text Example

White with #4F75BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,117,187); }

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

background-color css

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

 a { background-color: rgb(79,117,187); }

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

border-color css

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

 span { border-color: rgb(79,117,187); }

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