Html Css Color HEX #4A84C1 Havelock Blue

📋 copy color: '#4A84C1'

red 74 ◦ green 132 ◦ blue 193

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

Shades of Havelock Blue #4A84C1

Tints of Havelock Blue #4A84C1

RGB

 RED value IS 74 (29.3% from 255) = 18.55%

 GREEN value IS 132 (51.95% from 255) = 33.08%

 BLUE value IS 193 (75.78% from 255) = 48.37%

R = 18.55%
G = 33.08%
B = 48.37%

CMYK

 C value IS 0.62

 M value IS 0.32

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4A84C1 (or 0x4A84C1) is known color: Havelock Blue. HEX triplet: 4A, 84 and C1. RGB value is (74,132,193). Sum of RGB (Red+Green+Blue) = 74+132+193=399 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.55% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 193 (75.78% from 255 or 48.37% from 399); Max value from RGB is 193 - color contains mainly: blue. Hex color #4A84C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A84C1 is #B57B3E. Grayscale: #797979. Windows color (decimal): -11893567 or 12682314. OLE color: 12682314.

HSL color Cylindrical-coordinate representation of color #4A84C1: hue angle of 210.76º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4A84C1 is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 74 132 193 -
CMYK 0.62 0.32 0 0.24
HSL 210.76º 0.49% 0.52% -
HSV(B) 210.76º 0.62% 0.76% -
XYZ 20.7 21.81 53.57 -
YUV 121.61 168.28 94.04 -
System Red Green Blue C M Y K H S L
Decimal 74 132 193 0.62 0.32 0 0.24 210.76 0.49 0.52
Hex 4A 84 C1 3E 20 0 18 D3 31 34
Octal 112 204 301 76 40 0 30 323 61 64
Binary 1001010 10000100 11000001 111110 100000 0 11000 11010011 110001 110100

Color Harmonies of #4A84C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A84C1

Black with #4A84C1

Text Example


Text Example

White with #4A84C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,132,193); }

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

background-color css

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

 a { background-color: rgb(74,132,193); }

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

border-color css

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

 span { border-color: rgb(74,132,193); }

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