Html Css Color HEX #4B3CBA Rich Blue

📋 copy color: '#4B3CBA'

red 75 ◦ green 60 ◦ blue 186

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

Shades of Rich Blue #4B3CBA

Tints of Rich Blue #4B3CBA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.69%

 BLUE value IS 186 (73.05% from 255) = 57.94%

R = 23.36%
G = 18.69%
B = 57.94%

CMYK

 C value IS 0.60

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4B3CBA (or 0x4B3CBA) is known color: Rich Blue. HEX triplet: 4B, 3C and BA. RGB value is (75,60,186). Sum of RGB (Red+Green+Blue) = 75+60+186=321 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.36% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 186 (73.05% from 255 or 57.94% from 321); Max value from RGB is 186 - color contains mainly: blue. Hex color #4B3CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B3CBA is #B4C345. Grayscale: #4E4E4E. Windows color (decimal): -11846470 or 12205131. OLE color: 12205131.

HSL color Cylindrical-coordinate representation of color #4B3CBA: hue angle of 247.14º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B3CBA is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 75 60 186 -
CMYK 0.60 0.68 0 0.27
HSL 247.14º 0.51% 0.48% -
HSV(B) 247.14º 0.68% 0.73% -
XYZ 13.38 8.27 47.35 -
YUV 78.85 188.47 125.25 -
System Red Green Blue C M Y K H S L
Decimal 75 60 186 0.60 0.68 0 0.27 247.14 0.51 0.48
Hex 4B 3C BA 3C 44 0 1B F7 33 30
Octal 113 74 272 74 104 0 33 367 63 60
Binary 1001011 111100 10111010 111100 1000100 0 11011 11110111 110011 110000

Color Harmonies of #4B3CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3CBA

Black with #4B3CBA

Text Example


Text Example

White with #4B3CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,60,186); }

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

background-color css

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

 a { background-color: rgb(75,60,186); }

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

border-color css

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

 span { border-color: rgb(75,60,186); }

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