Html Css Color HEX #4D3DBB Rich Blue

📋 copy color: '#4D3DBB'

red 77 ◦ green 61 ◦ blue 187

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

Shades of Rich Blue #4D3DBB

Tints of Rich Blue #4D3DBB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.77%

 BLUE value IS 187 (73.44% from 255) = 57.54%

R = 23.69%
G = 18.77%
B = 57.54%

CMYK

 C value IS 0.59

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4D3DBB (or 0x4D3DBB) is known color: Rich Blue. HEX triplet: 4D, 3D and BB. RGB value is (77,61,187). Sum of RGB (Red+Green+Blue) = 77+61+187=325 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.69% from 325); Green value is 61 (24.22% from 255 or 18.77% from 325); Blue value is 187 (73.44% from 255 or 57.54% from 325); Max value from RGB is 187 - color contains mainly: blue. Hex color #4D3DBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3DBB is #B2C244. Grayscale: #4F4F4F. Windows color (decimal): -11715141 or 12270925. OLE color: 12270925.

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

Color convert

RGB 77 61 187 -
CMYK 0.59 0.67 0 0.27
HSL 247.62º 0.51% 0.49% -
HSV(B) 247.62º 0.67% 0.73% -
XYZ 13.7 8.5 47.93 -
YUV 80.15 188.3 125.75 -
System Red Green Blue C M Y K H S L
Decimal 77 61 187 0.59 0.67 0 0.27 247.62 0.51 0.49
Hex 4D 3D BB 3B 43 0 1B F8 33 31
Octal 115 75 273 73 103 0 33 370 63 61
Binary 1001101 111101 10111011 111011 1000011 0 11011 11111000 110011 110001

Color Harmonies of #4D3DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3DBB

Black with #4D3DBB

Text Example


Text Example

White with #4D3DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,61,187); }

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

background-color css

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

 a { background-color: rgb(77,61,187); }

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

border-color css

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

 span { border-color: rgb(77,61,187); }

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