Html Css Color HEX #4A7FBF Havelock Blue

📋 copy color: '#4A7FBF'

red 74 ◦ green 127 ◦ blue 191

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

Shades of Havelock Blue #4A7FBF

Tints of Havelock Blue #4A7FBF

RGB

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

 GREEN value IS 127 (50% from 255) = 32.4%

 BLUE value IS 191 (75% from 255) = 48.72%

R = 18.88%
G = 32.4%
B = 48.72%

CMYK

 C value IS 0.61

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4A7FBF (or 0x4A7FBF) is known color: Havelock Blue. HEX triplet: 4A, 7F and BF. RGB value is (74,127,191). Sum of RGB (Red+Green+Blue) = 74+127+191=392 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.88% from 392); Green value is 127 (50% from 255 or 32.40% from 392); Blue value is 191 (75% from 255 or 48.72% from 392); Max value from RGB is 191 - color contains mainly: blue. Hex color #4A7FBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A7FBF is #B58040. Grayscale: #767676. Windows color (decimal): -11894849 or 12549962. OLE color: 12549962.

HSL color Cylindrical-coordinate representation of color #4A7FBF: hue angle of 212.82º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A7FBF is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 74 127 191 -
CMYK 0.61 0.34 0 0.25
HSL 212.82º 0.48% 0.52% -
HSV(B) 212.82º 0.61% 0.75% -
XYZ 19.82 20.4 52.18 -
YUV 118.45 168.94 96.3 -
System Red Green Blue C M Y K H S L
Decimal 74 127 191 0.61 0.34 0 0.25 212.82 0.48 0.52
Hex 4A 7F BF 3D 22 0 19 D5 30 34
Octal 112 177 277 75 42 0 31 325 60 64
Binary 1001010 1111111 10111111 111101 100010 0 11001 11010101 110000 110100

Color Harmonies of #4A7FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7FBF

Black with #4A7FBF

Text Example


Text Example

White with #4A7FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,127,191); }

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

background-color css

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

 a { background-color: rgb(74,127,191); }

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

border-color css

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

 span { border-color: rgb(74,127,191); }

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