Html Css Color HEX #4C8ADA Havelock Blue

📋 copy color: '#4C8ADA'

red 76 ◦ green 138 ◦ blue 218

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

Shades of Havelock Blue #4C8ADA

Tints of Havelock Blue #4C8ADA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.94%

 BLUE value IS 218 (85.55% from 255) = 50.46%

R = 17.59%
G = 31.94%
B = 50.46%

CMYK

 C value IS 0.65

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4C8ADA (or 0x4C8ADA) is known color: Havelock Blue. HEX triplet: 4C, 8A and DA. RGB value is (76,138,218). Sum of RGB (Red+Green+Blue) = 76+138+218=432 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.59% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #4C8ADA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C8ADA is #B37525. Grayscale: #808080. Windows color (decimal): -11760934 or 14322252. OLE color: 14322252.

HSL color Cylindrical-coordinate representation of color #4C8ADA: hue angle of 213.8º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C8ADA is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 76 138 218 -
CMYK 0.65 0.37 0 0.15
HSL 213.8º 0.66% 0.58% -
HSV(B) 213.8º 0.65% 0.85% -
XYZ 24.72 24.78 69.81 -
YUV 128.58 178.46 90.5 -
System Red Green Blue C M Y K H S L
Decimal 76 138 218 0.65 0.37 0 0.15 213.8 0.66 0.58
Hex 4C 8A DA 41 25 0 F D6 42 3A
Octal 114 212 332 101 45 0 17 326 102 72
Binary 1001100 10001010 11011010 1000001 100101 0 1111 11010110 1000010 111010

Color Harmonies of #4C8ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C8ADA

Black with #4C8ADA

Text Example


Text Example

White with #4C8ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,138,218); }

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

background-color css

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

 a { background-color: rgb(76,138,218); }

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

border-color css

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

 span { border-color: rgb(76,138,218); }

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