Html Css Color HEX #4C3DBB Rich Blue

📋 copy color: '#4C3DBB'

red 76 ◦ green 61 ◦ blue 187

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

Shades of Rich Blue #4C3DBB

Tints of Rich Blue #4C3DBB

RGB

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

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

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

R = 23.46%
G = 18.83%
B = 57.72%

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

#4C3DBB (or 0x4C3DBB) is known color: Rich Blue. HEX triplet: 4C, 3D and BB. RGB value is (76,61,187). Sum of RGB (Red+Green+Blue) = 76+61+187=324 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.46% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 187 (73.44% from 255 or 57.72% from 324); Max value from RGB is 187 - color contains mainly: blue. Hex color #4C3DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C3DBB is #B3C244. Grayscale: #4F4F4F. Windows color (decimal): -11780677 or 12270924. OLE color: 12270924.

HSL color Cylindrical-coordinate representation of color #4C3DBB: hue angle of 247.14º 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 #4C3DBB is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 76 61 187 -
CMYK 0.59 0.67 0 0.27
HSL 247.14º 0.51% 0.49% -
HSV(B) 247.14º 0.67% 0.73% -
XYZ 13.62 8.46 47.93 -
YUV 79.85 188.47 125.25 -
System Red Green Blue C M Y K H S L
Decimal 76 61 187 0.59 0.67 0 0.27 247.14 0.51 0.49
Hex 4C 3D BB 3B 43 0 1B F7 33 31
Octal 114 75 273 73 103 0 33 367 63 61
Binary 1001100 111101 10111011 111011 1000011 0 11011 11110111 110011 110001

Color Harmonies of #4C3DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3DBB

Black with #4C3DBB

Text Example


Text Example

White with #4C3DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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