Html Css Color HEX #4A7CBF Havelock Blue

📋 copy color: '#4A7CBF'

red 74 ◦ green 124 ◦ blue 191

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

Shades of Havelock Blue #4A7CBF

Tints of Havelock Blue #4A7CBF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.88%

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

R = 19.02%
G = 31.88%
B = 49.1%

CMYK

 C value IS 0.61

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4A7CBF (or 0x4A7CBF) is known color: Havelock Blue. HEX triplet: 4A, 7C and BF. RGB value is (74,124,191). Sum of RGB (Red+Green+Blue) = 74+124+191=389 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.02% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #4A7CBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A7CBF is #B58340. Grayscale: #747474. Windows color (decimal): -11895617 or 12549194. OLE color: 12549194.

HSL color Cylindrical-coordinate representation of color #4A7CBF: hue angle of 214.36º 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 #4A7CBF is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 74 124 191 -
CMYK 0.61 0.35 0 0.25
HSL 214.36º 0.48% 0.52% -
HSV(B) 214.36º 0.61% 0.75% -
XYZ 19.44 19.63 52.06 -
YUV 116.69 169.94 97.55 -
System Red Green Blue C M Y K H S L
Decimal 74 124 191 0.61 0.35 0 0.25 214.36 0.48 0.52
Hex 4A 7C BF 3D 23 0 19 D6 30 34
Octal 112 174 277 75 43 0 31 326 60 64
Binary 1001010 1111100 10111111 111101 100011 0 11001 11010110 110000 110100

Color Harmonies of #4A7CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7CBF

Black with #4A7CBF

Text Example


Text Example

White with #4A7CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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