Html Css Color HEX #4B7DBE Havelock Blue

📋 copy color: '#4B7DBE'

red 75 ◦ green 125 ◦ blue 190

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

Shades of Havelock Blue #4B7DBE

Tints of Havelock Blue #4B7DBE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.05%

 BLUE value IS 190 (74.61% from 255) = 48.72%

R = 19.23%
G = 32.05%
B = 48.72%

CMYK

 C value IS 0.61

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4B7DBE (or 0x4B7DBE) is known color: Havelock Blue. HEX triplet: 4B, 7D and BE. RGB value is (75,125,190). Sum of RGB (Red+Green+Blue) = 75+125+190=390 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.23% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #4B7DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B7DBE is #B48241. Grayscale: #757575. Windows color (decimal): -11829826 or 12483915. OLE color: 12483915.

HSL color Cylindrical-coordinate representation of color #4B7DBE: hue angle of 213.91º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B7DBE is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 75 125 190 -
CMYK 0.61 0.34 0 0.25
HSL 213.91º 0.47% 0.52% -
HSV(B) 213.91º 0.61% 0.75% -
XYZ 19.53 19.88 51.52 -
YUV 117.46 168.94 97.71 -
System Red Green Blue C M Y K H S L
Decimal 75 125 190 0.61 0.34 0 0.25 213.91 0.47 0.52
Hex 4B 7D BE 3D 22 0 19 D6 2F 34
Octal 113 175 276 75 42 0 31 326 57 64
Binary 1001011 1111101 10111110 111101 100010 0 11001 11010110 101111 110100

Color Harmonies of #4B7DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7DBE

Black with #4B7DBE

Text Example


Text Example

White with #4B7DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,125,190); }

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

background-color css

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

 a { background-color: rgb(75,125,190); }

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

border-color css

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

 span { border-color: rgb(75,125,190); }

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