Html Css Color HEX #4B3CB7 Rich Blue

📋 copy color: '#4B3CB7'

red 75 ◦ green 60 ◦ blue 183

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

Shades of Rich Blue #4B3CB7

Tints of Rich Blue #4B3CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 57.55%

R = 23.58%
G = 18.87%
B = 57.55%

CMYK

 C value IS 0.59

 M value IS 0.67

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#4B3CB7 (or 0x4B3CB7) is known color: Rich Blue. HEX triplet: 4B, 3C and B7. RGB value is (75,60,183). Sum of RGB (Red+Green+Blue) = 75+60+183=318 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.58% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 183 (71.88% from 255 or 57.55% from 318); Max value from RGB is 183 - color contains mainly: blue. Hex color #4B3CB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B3CB7 is #B4C348. Grayscale: #4E4E4E. Windows color (decimal): -11846473 or 12008523. OLE color: 12008523.

HSL color Cylindrical-coordinate representation of color #4B3CB7: hue angle of 247.32º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B3CB7 is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 75 60 183 -
CMYK 0.59 0.67 0 0.28
HSL 247.32º 0.51% 0.48% -
HSV(B) 247.32º 0.67% 0.72% -
XYZ 13.06 8.15 45.68 -
YUV 78.51 186.97 125.5 -
System Red Green Blue C M Y K H S L
Decimal 75 60 183 0.59 0.67 0 0.28 247.32 0.51 0.48
Hex 4B 3C B7 3B 43 0 1C F7 33 30
Octal 113 74 267 73 103 0 34 367 63 60
Binary 1001011 111100 10110111 111011 1000011 0 11100 11110111 110011 110000

Color Harmonies of #4B3CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3CB7

Black with #4B3CB7

Text Example


Text Example

White with #4B3CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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