Html Css Color HEX #4B6FBC Havelock Blue

📋 copy color: '#4B6FBC'

red 75 ◦ green 111 ◦ blue 188

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

Shades of Havelock Blue #4B6FBC

Tints of Havelock Blue #4B6FBC

RGB

 RED value IS 75 (29.69% from 255) = 20.05%

 GREEN value IS 111 (43.75% from 255) = 29.68%

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

R = 20.05%
G = 29.68%
B = 50.27%

CMYK

 C value IS 0.60

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4B6FBC (or 0x4B6FBC) is known color: Havelock Blue. HEX triplet: 4B, 6F and BC. RGB value is (75,111,188). Sum of RGB (Red+Green+Blue) = 75+111+188=374 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.05% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #4B6FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B6FBC is #B49043. Grayscale: #6C6C6C. Windows color (decimal): -11833412 or 12349259. OLE color: 12349259.

HSL color Cylindrical-coordinate representation of color #4B6FBC: hue angle of 220.88º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B6FBC is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 75 111 188 -
CMYK 0.60 0.41 0 0.26
HSL 220.89º 0.46% 0.52% -
HSV(B) 220.89º 0.6% 0.74% -
XYZ 17.66 16.5 49.83 -
YUV 109.01 172.57 103.74 -
System Red Green Blue C M Y K H S L
Decimal 75 111 188 0.60 0.41 0 0.26 220.89 0.46 0.52
Hex 4B 6F BC 3C 29 0 1A DD 2E 34
Octal 113 157 274 74 51 0 32 335 56 64
Binary 1001011 1101111 10111100 111100 101001 0 11010 11011101 101110 110100

Color Harmonies of #4B6FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6FBC

Black with #4B6FBC

Text Example


Text Example

White with #4B6FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,111,188); }

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

background-color css

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

 a { background-color: rgb(75,111,188); }

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

border-color css

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

 span { border-color: rgb(75,111,188); }

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