Html Css Color HEX #4874BF Havelock Blue

📋 copy color: '#4874BF'

red 72 ◦ green 116 ◦ blue 191

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

Shades of Havelock Blue #4874BF

Tints of Havelock Blue #4874BF

RGB

 RED value IS 72 (28.52% from 255) = 19%

 GREEN value IS 116 (45.7% from 255) = 30.61%

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

R = 19%
G = 30.61%
B = 50.4%

CMYK

 C value IS 0.62

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4874BF (or 0x4874BF) is known color: Havelock Blue. HEX triplet: 48, 74 and BF. RGB value is (72,116,191). Sum of RGB (Red+Green+Blue) = 72+116+191=379 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.00% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #4874BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4874BF is #B78B40. Grayscale: #6F6F6F. Windows color (decimal): -12028737 or 12547144. OLE color: 12547144.

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

Color convert

RGB 72 116 191 -
CMYK 0.62 0.39 0 0.25
HSL 217.82º 0.48% 0.52% -
HSV(B) 217.82º 0.62% 0.75% -
XYZ 18.32 17.63 51.73 -
YUV 111.39 172.92 99.9 -
System Red Green Blue C M Y K H S L
Decimal 72 116 191 0.62 0.39 0 0.25 217.82 0.48 0.52
Hex 48 74 BF 3E 27 0 19 DA 30 34
Octal 110 164 277 76 47 0 31 332 60 64
Binary 1001000 1110100 10111111 111110 100111 0 11001 11011010 110000 110100

Color Harmonies of #4874BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4874BF

Black with #4874BF

Text Example


Text Example

White with #4874BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4874BF; }

 p { color: rgb(72,116,191); }

 H1.HeaderClassName
 {
   color: #4874BF;
 }
 .AnyTagClassName
 {
   color: #4874BF;
 }
</style>

background-color css

<style>
 a { background-color: #4874BF; }

 a { background-color: rgb(72,116,191); }

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

border-color css

<style>
 span { border-color: #4874BF; }

 span { border-color: rgb(72,116,191); }

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