Html Css Color HEX #4755AE Rich Blue

📋 copy color: '#4755AE'

red 71 ◦ green 85 ◦ blue 174

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

Shades of Rich Blue #4755AE

Tints of Rich Blue #4755AE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.76%

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

R = 21.52%
G = 25.76%
B = 52.73%

CMYK

 C value IS 0.59

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4755AE (or 0x4755AE) is known color: Rich Blue. HEX triplet: 47, 55 and AE. RGB value is (71,85,174). Sum of RGB (Red+Green+Blue) = 71+85+174=330 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.52% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 174 (68.36% from 255 or 52.73% from 330); Max value from RGB is 174 - color contains mainly: blue. Hex color #4755AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4755AE is #B8AA51. Grayscale: #5A5A5A. Windows color (decimal): -12102226 or 11425095. OLE color: 11425095.

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

Color convert

RGB 71 85 174 -
CMYK 0.59 0.51 0 0.32
HSL 231.84º 0.42% 0.48% -
HSV(B) 231.84º 0.59% 0.68% -
XYZ 13.49 10.89 41.44 -
YUV 90.96 174.86 113.76 -
System Red Green Blue C M Y K H S L
Decimal 71 85 174 0.59 0.51 0 0.32 231.84 0.42 0.48
Hex 47 55 AE 3B 33 0 20 E8 2A 30
Octal 107 125 256 73 63 0 40 350 52 60
Binary 1000111 1010101 10101110 111011 110011 0 100000 11101000 101010 110000

Color Harmonies of #4755AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4755AE

Black with #4755AE

Text Example


Text Example

White with #4755AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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