Html Css Color HEX #4A7DBF Havelock Blue

📋 copy color: '#4A7DBF'

red 74 ◦ green 125 ◦ blue 191

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

Shades of Havelock Blue #4A7DBF

Tints of Havelock Blue #4A7DBF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.05%

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

R = 18.97%
G = 32.05%
B = 48.97%

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

#4A7DBF (or 0x4A7DBF) is known color: Havelock Blue. HEX triplet: 4A, 7D and BF. RGB value is (74,125,191). Sum of RGB (Red+Green+Blue) = 74+125+191=390 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.97% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 191 (75% from 255 or 48.97% from 390); Max value from RGB is 191 - color contains mainly: blue. Hex color #4A7DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A7DBF is #B58240. Grayscale: #747474. Windows color (decimal): -11895361 or 12549450. OLE color: 12549450.

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

Color convert

RGB 74 125 191 -
CMYK 0.61 0.35 0 0.25
HSL 213.85º 0.48% 0.52% -
HSV(B) 213.85º 0.61% 0.75% -
XYZ 19.56 19.88 52.1 -
YUV 117.28 169.6 97.13 -
System Red Green Blue C M Y K H S L
Decimal 74 125 191 0.61 0.35 0 0.25 213.85 0.48 0.52
Hex 4A 7D BF 3D 23 0 19 D6 30 34
Octal 112 175 277 75 43 0 31 326 60 64
Binary 1001010 1111101 10111111 111101 100011 0 11001 11010110 110000 110100

Color Harmonies of #4A7DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7DBF

Black with #4A7DBF

Text Example


Text Example

White with #4A7DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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