Html Css Color HEX #4F58AB Rich Blue

📋 copy color: '#4F58AB'

red 79 ◦ green 88 ◦ blue 171

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

Shades of Rich Blue #4F58AB

Tints of Rich Blue #4F58AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 50.59%

R = 23.37%
G = 26.04%
B = 50.59%

CMYK

 C value IS 0.54

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4F58AB (or 0x4F58AB) is known color: Rich Blue. HEX triplet: 4F, 58 and AB. RGB value is (79,88,171). Sum of RGB (Red+Green+Blue) = 79+88+171=338 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.37% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #4F58AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F58AB is #B0A754. Grayscale: #5E5E5E. Windows color (decimal): -11577173 or 11229263. OLE color: 11229263.

HSL color Cylindrical-coordinate representation of color #4F58AB: hue angle of 234.13º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F58AB is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 79 88 171 -
CMYK 0.54 0.49 0 0.33
HSL 234.13º 0.37% 0.49% -
HSV(B) 234.13º 0.54% 0.67% -
XYZ 14.06 11.58 40.02 -
YUV 94.77 171.02 116.75 -
System Red Green Blue C M Y K H S L
Decimal 79 88 171 0.54 0.49 0 0.33 234.13 0.37 0.49
Hex 4F 58 AB 36 31 0 21 EA 25 31
Octal 117 130 253 66 61 0 41 352 45 61
Binary 1001111 1011000 10101011 110110 110001 0 100001 11101010 100101 110001

Color Harmonies of #4F58AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F58AB

Black with #4F58AB

Text Example


Text Example

White with #4F58AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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