Html Css Color HEX #4F5AB4 Rich Blue

📋 copy color: '#4F5AB4'

red 79 ◦ green 90 ◦ blue 180

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

Shades of Rich Blue #4F5AB4

Tints of Rich Blue #4F5AB4

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.79%

 BLUE value IS 180 (70.7% from 255) = 51.58%

R = 22.64%
G = 25.79%
B = 51.58%

CMYK

 C value IS 0.56

 M value IS 0.50

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4F5AB4 (or 0x4F5AB4) is known color: Rich Blue. HEX triplet: 4F, 5A and B4. RGB value is (79,90,180). Sum of RGB (Red+Green+Blue) = 79+90+180=349 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.64% from 349); Green value is 90 (35.55% from 255 or 25.79% from 349); Blue value is 180 (70.70% from 255 or 51.58% from 349); Max value from RGB is 180 - color contains mainly: blue. Hex color #4F5AB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F5AB4 is #B0A54B. Grayscale: #606060. Windows color (decimal): -11576652 or 11819599. OLE color: 11819599.

HSL color Cylindrical-coordinate representation of color #4F5AB4: hue angle of 233.47º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4F5AB4 is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 79 90 180 -
CMYK 0.56 0.50 0 0.29
HSL 233.47º 0.4% 0.51% -
HSV(B) 233.47º 0.56% 0.71% -
XYZ 15.12 12.27 44.75 -
YUV 96.97 174.86 115.18 -
System Red Green Blue C M Y K H S L
Decimal 79 90 180 0.56 0.50 0 0.29 233.47 0.4 0.51
Hex 4F 5A B4 38 32 0 1D E9 28 33
Octal 117 132 264 70 62 0 35 351 50 63
Binary 1001111 1011010 10110100 111000 110010 0 11101 11101001 101000 110011

Color Harmonies of #4F5AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5AB4

Black with #4F5AB4

Text Example


Text Example

White with #4F5AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,90,180); }

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

background-color css

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

 a { background-color: rgb(79,90,180); }

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

border-color css

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

 span { border-color: rgb(79,90,180); }

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