Html Css Color HEX #4D42BC Rich Blue

📋 copy color: '#4D42BC'

red 77 ◦ green 66 ◦ blue 188

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

Shades of Rich Blue #4D42BC

Tints of Rich Blue #4D42BC

RGB

 RED value IS 77 (30.47% from 255) = 23.26%

 GREEN value IS 66 (26.17% from 255) = 19.94%

 BLUE value IS 188 (73.83% from 255) = 56.8%

R = 23.26%
G = 19.94%
B = 56.8%

CMYK

 C value IS 0.59

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4D42BC (or 0x4D42BC) is known color: Rich Blue. HEX triplet: 4D, 42 and BC. RGB value is (77,66,188). Sum of RGB (Red+Green+Blue) = 77+66+188=331 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.26% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #4D42BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D42BC is #B2BD43. Grayscale: #525252. Windows color (decimal): -11713860 or 12337741. OLE color: 12337741.

HSL color Cylindrical-coordinate representation of color #4D42BC: hue angle of 245.41º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D42BC is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 77 66 188 -
CMYK 0.59 0.65 0 0.26
HSL 245.41º 0.48% 0.5% -
HSV(B) 245.41º 0.65% 0.74% -
XYZ 14.09 9.11 48.59 -
YUV 83.2 187.14 123.58 -
System Red Green Blue C M Y K H S L
Decimal 77 66 188 0.59 0.65 0 0.26 245.41 0.48 0.5
Hex 4D 42 BC 3B 41 0 1A F5 30 32
Octal 115 102 274 73 101 0 32 365 60 62
Binary 1001101 1000010 10111100 111011 1000001 0 11010 11110101 110000 110010

Color Harmonies of #4D42BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D42BC

Black with #4D42BC

Text Example


Text Example

White with #4D42BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,66,188); }

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

background-color css

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

 a { background-color: rgb(77,66,188); }

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

border-color css

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

 span { border-color: rgb(77,66,188); }

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