Html Css Color HEX #4F42AB Rich Blue

📋 copy color: '#4F42AB'

red 79 ◦ green 66 ◦ blue 171

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

Shades of Rich Blue #4F42AB

Tints of Rich Blue #4F42AB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.89%

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

R = 25%
G = 20.89%
B = 54.11%

CMYK

 C value IS 0.54

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4F42AB (or 0x4F42AB) is known color: Rich Blue. HEX triplet: 4F, 42 and AB. RGB value is (79,66,171). Sum of RGB (Red+Green+Blue) = 79+66+171=316 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #4F42AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F42AB is #B0BD54. Grayscale: #515151. Windows color (decimal): -11582805 or 11223631. OLE color: 11223631.

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

Color convert

RGB 79 66 171 -
CMYK 0.54 0.61 0 0.33
HSL 247.43º 0.44% 0.46% -
HSV(B) 247.43º 0.61% 0.67% -
XYZ 12.52 8.5 39.51 -
YUV 81.86 178.31 125.96 -
System Red Green Blue C M Y K H S L
Decimal 79 66 171 0.54 0.61 0 0.33 247.43 0.44 0.46
Hex 4F 42 AB 36 3D 0 21 F7 2C 2E
Octal 117 102 253 66 75 0 41 367 54 56
Binary 1001111 1000010 10101011 110110 111101 0 100001 11110111 101100 101110

Color Harmonies of #4F42AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F42AB

Black with #4F42AB

Text Example


Text Example

White with #4F42AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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