Html Css Color HEX #4C7BBE Havelock Blue

📋 copy color: '#4C7BBE'

red 76 ◦ green 123 ◦ blue 190

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

Shades of Havelock Blue #4C7BBE

Tints of Havelock Blue #4C7BBE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.62%

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

R = 19.54%
G = 31.62%
B = 48.84%

CMYK

 C value IS 0.60

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4C7BBE (or 0x4C7BBE) is known color: Havelock Blue. HEX triplet: 4C, 7B and BE. RGB value is (76,123,190). Sum of RGB (Red+Green+Blue) = 76+123+190=389 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.54% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #4C7BBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C7BBE is #B38441. Grayscale: #747474. Windows color (decimal): -11764802 or 12483404. OLE color: 12483404.

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

Color convert

RGB 76 123 190 -
CMYK 0.60 0.35 0 0.25
HSL 215.26º 0.47% 0.52% -
HSV(B) 215.26º 0.6% 0.75% -
XYZ 19.36 19.42 51.44 -
YUV 116.59 169.43 99.05 -
System Red Green Blue C M Y K H S L
Decimal 76 123 190 0.60 0.35 0 0.25 215.26 0.47 0.52
Hex 4C 7B BE 3C 23 0 19 D7 2F 34
Octal 114 173 276 74 43 0 31 327 57 64
Binary 1001100 1111011 10111110 111100 100011 0 11001 11010111 101111 110100

Color Harmonies of #4C7BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7BBE

Black with #4C7BBE

Text Example


Text Example

White with #4C7BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,123,190); }

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

background-color css

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

 a { background-color: rgb(76,123,190); }

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

border-color css

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

 span { border-color: rgb(76,123,190); }

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