Html Css Color HEX #4C7DBD Havelock Blue

📋 copy color: '#4C7DBD'

red 76 ◦ green 125 ◦ blue 189

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

Shades of Havelock Blue #4C7DBD

Tints of Havelock Blue #4C7DBD

RGB

 RED value IS 76 (30.08% from 255) = 19.49%

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

 BLUE value IS 189 (74.22% from 255) = 48.46%

R = 19.49%
G = 32.05%
B = 48.46%

CMYK

 C value IS 0.60

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4C7DBD (or 0x4C7DBD) is known color: Havelock Blue. HEX triplet: 4C, 7D and BD. RGB value is (76,125,189). Sum of RGB (Red+Green+Blue) = 76+125+189=390 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.49% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #4C7DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C7DBD is #B38242. Grayscale: #757575. Windows color (decimal): -11764291 or 12418380. OLE color: 12418380.

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

Color convert

RGB 76 125 189 -
CMYK 0.60 0.34 0 0.26
HSL 213.98º 0.46% 0.52% -
HSV(B) 213.98º 0.6% 0.74% -
XYZ 19.5 19.88 50.95 -
YUV 117.65 168.27 98.3 -
System Red Green Blue C M Y K H S L
Decimal 76 125 189 0.60 0.34 0 0.26 213.98 0.46 0.52
Hex 4C 7D BD 3C 22 0 1A D6 2E 34
Octal 114 175 275 74 42 0 32 326 56 64
Binary 1001100 1111101 10111101 111100 100010 0 11010 11010110 101110 110100

Color Harmonies of #4C7DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7DBD

Black with #4C7DBD

Text Example


Text Example

White with #4C7DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,125,189); }

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

background-color css

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

 a { background-color: rgb(76,125,189); }

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

border-color css

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

 span { border-color: rgb(76,125,189); }

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