Html Css Color HEX #4B5CAC Rich Blue

📋 copy color: '#4B5CAC'

red 75 ◦ green 92 ◦ blue 172

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

Shades of Rich Blue #4B5CAC

Tints of Rich Blue #4B5CAC

RGB

 RED value IS 75 (29.69% from 255) = 22.12%

 GREEN value IS 92 (36.33% from 255) = 27.14%

 BLUE value IS 172 (67.58% from 255) = 50.74%

R = 22.12%
G = 27.14%
B = 50.74%

CMYK

 C value IS 0.56

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4B5CAC (or 0x4B5CAC) is known color: Rich Blue. HEX triplet: 4B, 5C and AC. RGB value is (75,92,172). Sum of RGB (Red+Green+Blue) = 75+92+172=339 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.12% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #4B5CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5CAC is #B4A353. Grayscale: #5F5F5F. Windows color (decimal): -11838292 or 11295819. OLE color: 11295819.

HSL color Cylindrical-coordinate representation of color #4B5CAC: hue angle of 229.48º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B5CAC is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 75 92 172 -
CMYK 0.56 0.47 0 0.33
HSL 229.48º 0.39% 0.48% -
HSV(B) 229.48º 0.56% 0.67% -
XYZ 14.18 12.13 40.62 -
YUV 96.04 170.87 113 -
System Red Green Blue C M Y K H S L
Decimal 75 92 172 0.56 0.47 0 0.33 229.48 0.39 0.48
Hex 4B 5C AC 38 2F 0 21 E5 27 30
Octal 113 134 254 70 57 0 41 345 47 60
Binary 1001011 1011100 10101100 111000 101111 0 100001 11100101 100111 110000

Color Harmonies of #4B5CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5CAC

Black with #4B5CAC

Text Example


Text Example

White with #4B5CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,92,172); }

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

background-color css

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

 a { background-color: rgb(75,92,172); }

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

border-color css

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

 span { border-color: rgb(75,92,172); }

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