Html Css Color HEX #4C82CA Havelock Blue

📋 copy color: '#4C82CA'

red 76 ◦ green 130 ◦ blue 202

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

Shades of Havelock Blue #4C82CA

Tints of Havelock Blue #4C82CA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.86%

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

R = 18.63%
G = 31.86%
B = 49.51%

CMYK

 C value IS 0.62

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4C82CA (or 0x4C82CA) is known color: Havelock Blue. HEX triplet: 4C, 82 and CA. RGB value is (76,130,202). Sum of RGB (Red+Green+Blue) = 76+130+202=408 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.63% from 408); Green value is 130 (51.17% from 255 or 31.86% from 408); Blue value is 202 (79.30% from 255 or 49.51% from 408); Max value from RGB is 202 - color contains mainly: blue. Hex color #4C82CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C82CA is #B37D35. Grayscale: #797979. Windows color (decimal): -11762998 or 13271628. OLE color: 13271628.

HSL color Cylindrical-coordinate representation of color #4C82CA: hue angle of 214.29º 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 #4C82CA is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 76 130 202 -
CMYK 0.62 0.36 0 0.21
HSL 214.29º 0.54% 0.55% -
HSV(B) 214.29º 0.62% 0.79% -
XYZ 21.62 21.77 58.94 -
YUV 122.06 173.11 95.15 -
System Red Green Blue C M Y K H S L
Decimal 76 130 202 0.62 0.36 0 0.21 214.29 0.54 0.55
Hex 4C 82 CA 3E 24 0 15 D6 36 37
Octal 114 202 312 76 44 0 25 326 66 67
Binary 1001100 10000010 11001010 111110 100100 0 10101 11010110 110110 110111

Color Harmonies of #4C82CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C82CA

Black with #4C82CA

Text Example


Text Example

White with #4C82CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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