Html Css Color HEX #4947B4 Rich Blue

📋 copy color: '#4947B4'

red 73 ◦ green 71 ◦ blue 180

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

Shades of Rich Blue #4947B4

Tints of Rich Blue #4947B4

RGB

 RED value IS 73 (28.91% from 255) = 22.53%

 GREEN value IS 71 (28.13% from 255) = 21.91%

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

R = 22.53%
G = 21.91%
B = 55.56%

CMYK

 C value IS 0.59

 M value IS 0.61

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4947B4 (or 0x4947B4) is known color: Rich Blue. HEX triplet: 49, 47 and B4. RGB value is (73,71,180). Sum of RGB (Red+Green+Blue) = 73+71+180=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 180 (70.70% from 255 or 55.56% from 324); Max value from RGB is 180 - color contains mainly: blue. Hex color #4947B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4947B4 is #B6B84B. Grayscale: #535353. Windows color (decimal): -11974732 or 11814729. OLE color: 11814729.

HSL color Cylindrical-coordinate representation of color #4947B4: hue angle of 241.1º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4947B4 is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 73 71 180 -
CMYK 0.59 0.61 0 0.29
HSL 241.1º 0.43% 0.49% -
HSV(B) 241.1º 0.61% 0.71% -
XYZ 13.24 9.22 44.26 -
YUV 84.02 182.16 120.14 -
System Red Green Blue C M Y K H S L
Decimal 73 71 180 0.59 0.61 0 0.29 241.1 0.43 0.49
Hex 49 47 B4 3B 3D 0 1D F1 2B 31
Octal 111 107 264 73 75 0 35 361 53 61
Binary 1001001 1000111 10110100 111011 111101 0 11101 11110001 101011 110001

Color Harmonies of #4947B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4947B4

Black with #4947B4

Text Example


Text Example

White with #4947B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4947B4; }

 p { color: rgb(73,71,180); }

 H1.HeaderClassName
 {
   color: #4947B4;
 }
 .AnyTagClassName
 {
   color: #4947B4;
 }
</style>

background-color css

<style>
 a { background-color: #4947B4; }

 a { background-color: rgb(73,71,180); }

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

border-color css

<style>
 span { border-color: #4947B4; }

 span { border-color: rgb(73,71,180); }

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