Html Css Color HEX #4F83C1 Havelock Blue

📋 copy color: '#4F83C1'

red 79 ◦ green 131 ◦ blue 193

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

Shades of Havelock Blue #4F83C1

Tints of Havelock Blue #4F83C1

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.51%

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

R = 19.6%
G = 32.51%
B = 47.89%

CMYK

 C value IS 0.59

 M value IS 0.32

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4F83C1 (or 0x4F83C1) is known color: Havelock Blue. HEX triplet: 4F, 83 and C1. RGB value is (79,131,193). Sum of RGB (Red+Green+Blue) = 79+131+193=403 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.60% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 193 (75.78% from 255 or 47.89% from 403); Max value from RGB is 193 - color contains mainly: blue. Hex color #4F83C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F83C1 is #B07C3E. Grayscale: #7A7A7A. Windows color (decimal): -11566143 or 12682063. OLE color: 12682063.

HSL color Cylindrical-coordinate representation of color #4F83C1: hue angle of 212.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 #4F83C1 is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 79 131 193 -
CMYK 0.59 0.32 0 0.24
HSL 212.63º 0.48% 0.53% -
HSV(B) 212.63º 0.59% 0.76% -
XYZ 20.97 21.75 53.54 -
YUV 122.52 167.77 96.96 -
System Red Green Blue C M Y K H S L
Decimal 79 131 193 0.59 0.32 0 0.24 212.63 0.48 0.53
Hex 4F 83 C1 3B 20 0 18 D5 30 35
Octal 117 203 301 73 40 0 30 325 60 65
Binary 1001111 10000011 11000001 111011 100000 0 11000 11010101 110000 110101

Color Harmonies of #4F83C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F83C1

Black with #4F83C1

Text Example


Text Example

White with #4F83C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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