Html Css Color HEX #4F58B0 Rich Blue

📋 copy color: '#4F58B0'

red 79 ◦ green 88 ◦ blue 176

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

Shades of Rich Blue #4F58B0

Tints of Rich Blue #4F58B0

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.66%

 BLUE value IS 176 (69.14% from 255) = 51.31%

R = 23.03%
G = 25.66%
B = 51.31%

CMYK

 C value IS 0.55

 M value IS 0.50

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4F58B0 (or 0x4F58B0) is known color: Rich Blue. HEX triplet: 4F, 58 and B0. RGB value is (79,88,176). Sum of RGB (Red+Green+Blue) = 79+88+176=343 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.03% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 176 (69.14% from 255 or 51.31% from 343); Max value from RGB is 176 - color contains mainly: blue. Hex color #4F58B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F58B0 is #B0A74F. Grayscale: #5E5E5E. Windows color (decimal): -11577168 or 11556943. OLE color: 11556943.

HSL color Cylindrical-coordinate representation of color #4F58B0: hue angle of 234.43º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4F58B0 is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 79 88 176 -
CMYK 0.55 0.50 0 0.31
HSL 234.43º 0.38% 0.5% -
HSV(B) 234.43º 0.55% 0.69% -
XYZ 14.55 11.78 42.58 -
YUV 95.34 173.52 116.34 -
System Red Green Blue C M Y K H S L
Decimal 79 88 176 0.55 0.50 0 0.31 234.43 0.38 0.5
Hex 4F 58 B0 37 32 0 1F EA 26 32
Octal 117 130 260 67 62 0 37 352 46 62
Binary 1001111 1011000 10110000 110111 110010 0 11111 11101010 100110 110010

Color Harmonies of #4F58B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F58B0

Black with #4F58B0

Text Example


Text Example

White with #4F58B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,88,176); }

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

background-color css

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

 a { background-color: rgb(79,88,176); }

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

border-color css

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

 span { border-color: rgb(79,88,176); }

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