Html Css Color HEX #4C7BCA Havelock Blue

📋 copy color: '#4C7BCA'

red 76 ◦ green 123 ◦ blue 202

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

Shades of Havelock Blue #4C7BCA

Tints of Havelock Blue #4C7BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.37%

R = 18.95%
G = 30.67%
B = 50.37%

CMYK

 C value IS 0.62

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4C7BCA (or 0x4C7BCA) is known color: Havelock Blue. HEX triplet: 4C, 7B and CA. RGB value is (76,123,202). Sum of RGB (Red+Green+Blue) = 76+123+202=401 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.95% from 401); Green value is 123 (48.44% from 255 or 30.67% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #4C7BCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C7BCA is #B38435. Grayscale: #757575. Windows color (decimal): -11764790 or 13269836. OLE color: 13269836.

HSL color Cylindrical-coordinate representation of color #4C7BCA: hue angle of 217.62º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4C7BCA is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 76 123 202 -
CMYK 0.62 0.39 0 0.21
HSL 217.62º 0.54% 0.55% -
HSV(B) 217.62º 0.62% 0.79% -
XYZ 20.72 19.97 58.64 -
YUV 117.95 175.43 98.08 -
System Red Green Blue C M Y K H S L
Decimal 76 123 202 0.62 0.39 0 0.21 217.62 0.54 0.55
Hex 4C 7B CA 3E 27 0 15 DA 36 37
Octal 114 173 312 76 47 0 25 332 66 67
Binary 1001100 1111011 11001010 111110 100111 0 10101 11011010 110110 110111

Color Harmonies of #4C7BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7BCA

Black with #4C7BCA

Text Example


Text Example

White with #4C7BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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