Html Css Color HEX #4742AE Rich Blue

📋 copy color: '#4742AE'

red 71 ◦ green 66 ◦ blue 174

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

Shades of Rich Blue #4742AE

Tints of Rich Blue #4742AE

RGB

 RED value IS 71 (28.13% from 255) = 22.83%

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

 BLUE value IS 174 (68.36% from 255) = 55.95%

R = 22.83%
G = 21.22%
B = 55.95%

CMYK

 C value IS 0.59

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4742AE (or 0x4742AE) is known color: Rich Blue. HEX triplet: 47, 42 and AE. RGB value is (71,66,174). Sum of RGB (Red+Green+Blue) = 71+66+174=311 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.83% from 311); Green value is 66 (26.17% from 255 or 21.22% from 311); Blue value is 174 (68.36% from 255 or 55.95% from 311); Max value from RGB is 174 - color contains mainly: blue. Hex color #4742AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4742AE is #B8BD51. Grayscale: #4F4F4F. Windows color (decimal): -12107090 or 11420231. OLE color: 11420231.

HSL color Cylindrical-coordinate representation of color #4742AE: hue angle of 242.78º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4742AE is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 71 66 174 -
CMYK 0.59 0.62 0 0.32
HSL 242.78º 0.45% 0.47% -
HSV(B) 242.78º 0.62% 0.68% -
XYZ 12.19 8.29 41 -
YUV 79.81 181.16 121.72 -
System Red Green Blue C M Y K H S L
Decimal 71 66 174 0.59 0.62 0 0.32 242.78 0.45 0.47
Hex 47 42 AE 3B 3E 0 20 F3 2D 2F
Octal 107 102 256 73 76 0 40 363 55 57
Binary 1000111 1000010 10101110 111011 111110 0 100000 11110011 101101 101111

Color Harmonies of #4742AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4742AE

Black with #4742AE

Text Example


Text Example

White with #4742AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4742AE; }

 p { color: rgb(71,66,174); }

 H1.HeaderClassName
 {
   color: #4742AE;
 }
 .AnyTagClassName
 {
   color: #4742AE;
 }
</style>

background-color css

<style>
 a { background-color: #4742AE; }

 a { background-color: rgb(71,66,174); }

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

border-color css

<style>
 span { border-color: #4742AE; }

 span { border-color: rgb(71,66,174); }

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