Html Css Color HEX #4C82CD Havelock Blue

📋 copy color: '#4C82CD'

red 76 ◦ green 130 ◦ blue 205

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

Shades of Havelock Blue #4C82CD

Tints of Havelock Blue #4C82CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.88%

R = 18.49%
G = 31.63%
B = 49.88%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4C82CD (or 0x4C82CD) is known color: Havelock Blue. HEX triplet: 4C, 82 and CD. RGB value is (76,130,205). Sum of RGB (Red+Green+Blue) = 76+130+205=411 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.49% from 411); Green value is 130 (51.17% from 255 or 31.63% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #4C82CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C82CD is #B37D32. Grayscale: #7A7A7A. Windows color (decimal): -11762995 or 13468236. OLE color: 13468236.

HSL color Cylindrical-coordinate representation of color #4C82CD: hue angle of 214.88º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C82CD is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 76 130 205 -
CMYK 0.63 0.37 0 0.20
HSL 214.88º 0.56% 0.55% -
HSV(B) 214.88º 0.63% 0.8% -
XYZ 21.98 21.91 60.83 -
YUV 122.4 174.61 94.9 -
System Red Green Blue C M Y K H S L
Decimal 76 130 205 0.63 0.37 0 0.20 214.88 0.56 0.55
Hex 4C 82 CD 3F 25 0 14 D7 38 37
Octal 114 202 315 77 45 0 24 327 70 67
Binary 1001100 10000010 11001101 111111 100101 0 10100 11010111 111000 110111

Color Harmonies of #4C82CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C82CD

Black with #4C82CD

Text Example


Text Example

White with #4C82CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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