Html Css Color HEX #4F70C1 Havelock Blue

📋 copy color: '#4F70C1'

red 79 ◦ green 112 ◦ blue 193

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

Shades of Havelock Blue #4F70C1

Tints of Havelock Blue #4F70C1

RGB

 RED value IS 79 (31.25% from 255) = 20.57%

 GREEN value IS 112 (44.14% from 255) = 29.17%

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

R = 20.57%
G = 29.17%
B = 50.26%

CMYK

 C value IS 0.59

 M value IS 0.42

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4F70C1 (or 0x4F70C1) is known color: Havelock Blue. HEX triplet: 4F, 70 and C1. RGB value is (79,112,193). Sum of RGB (Red+Green+Blue) = 79+112+193=384 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.57% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 193 (75.78% from 255 or 50.26% from 384); Max value from RGB is 193 - color contains mainly: blue. Hex color #4F70C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F70C1 is #B08F3E. Grayscale: #6F6F6F. Windows color (decimal): -11571007 or 12677199. OLE color: 12677199.

HSL color Cylindrical-coordinate representation of color #4F70C1: hue angle of 222.63º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4F70C1 is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 79 112 193 -
CMYK 0.59 0.42 0 0.24
HSL 222.63º 0.48% 0.53% -
HSV(B) 222.63º 0.59% 0.76% -
XYZ 18.64 17.1 52.77 -
YUV 111.37 174.07 104.91 -
System Red Green Blue C M Y K H S L
Decimal 79 112 193 0.59 0.42 0 0.24 222.63 0.48 0.53
Hex 4F 70 C1 3B 2A 0 18 DF 30 35
Octal 117 160 301 73 52 0 30 337 60 65
Binary 1001111 1110000 11000001 111011 101010 0 11000 11011111 110000 110101

Color Harmonies of #4F70C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F70C1

Black with #4F70C1

Text Example


Text Example

White with #4F70C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,112,193); }

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

background-color css

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

 a { background-color: rgb(79,112,193); }

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

border-color css

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

 span { border-color: rgb(79,112,193); }

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