Html Css Color HEX #4C3FBA Rich Blue

📋 copy color: '#4C3FBA'

red 76 ◦ green 63 ◦ blue 186

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

Shades of Rich Blue #4C3FBA

Tints of Rich Blue #4C3FBA

RGB

 RED value IS 76 (30.08% from 255) = 23.38%

 GREEN value IS 63 (25% from 255) = 19.38%

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

R = 23.38%
G = 19.38%
B = 57.23%

CMYK

 C value IS 0.59

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4C3FBA (or 0x4C3FBA) is known color: Rich Blue. HEX triplet: 4C, 3F and BA. RGB value is (76,63,186). Sum of RGB (Red+Green+Blue) = 76+63+186=325 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.38% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 186 (73.05% from 255 or 57.23% from 325); Max value from RGB is 186 - color contains mainly: blue. Hex color #4C3FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C3FBA is #B3C045. Grayscale: #505050. Windows color (decimal): -11780166 or 12205900. OLE color: 12205900.

HSL color Cylindrical-coordinate representation of color #4C3FBA: hue angle of 246.34º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C3FBA is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 76 63 186 -
CMYK 0.59 0.66 0 0.27
HSL 246.34º 0.49% 0.49% -
HSV(B) 246.34º 0.66% 0.73% -
XYZ 13.62 8.64 47.4 -
YUV 80.91 187.31 124.5 -
System Red Green Blue C M Y K H S L
Decimal 76 63 186 0.59 0.66 0 0.27 246.34 0.49 0.49
Hex 4C 3F BA 3B 42 0 1B F6 31 31
Octal 114 77 272 73 102 0 33 366 61 61
Binary 1001100 111111 10111010 111011 1000010 0 11011 11110110 110001 110001

Color Harmonies of #4C3FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3FBA

Black with #4C3FBA

Text Example


Text Example

White with #4C3FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,63,186); }

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

background-color css

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

 a { background-color: rgb(76,63,186); }

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

border-color css

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

 span { border-color: rgb(76,63,186); }

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