Html Css Color HEX #4B3DBA Rich Blue

📋 copy color: '#4B3DBA'

red 75 ◦ green 61 ◦ blue 186

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

Shades of Rich Blue #4B3DBA

Tints of Rich Blue #4B3DBA

RGB

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

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

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

R = 23.29%
G = 18.94%
B = 57.76%

CMYK

 C value IS 0.60

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4B3DBA (or 0x4B3DBA) is known color: Rich Blue. HEX triplet: 4B, 3D and BA. RGB value is (75,61,186). Sum of RGB (Red+Green+Blue) = 75+61+186=322 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.29% from 322); Green value is 61 (24.22% from 255 or 18.94% from 322); Blue value is 186 (73.05% from 255 or 57.76% from 322); Max value from RGB is 186 - color contains mainly: blue. Hex color #4B3DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B3DBA is #B4C245. Grayscale: #4E4E4E. Windows color (decimal): -11846214 or 12205387. OLE color: 12205387.

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

Color convert

RGB 75 61 186 -
CMYK 0.60 0.67 0 0.27
HSL 246.72º 0.51% 0.48% -
HSV(B) 246.72º 0.67% 0.73% -
XYZ 13.43 8.38 47.36 -
YUV 79.44 188.14 124.84 -
System Red Green Blue C M Y K H S L
Decimal 75 61 186 0.60 0.67 0 0.27 246.72 0.51 0.48
Hex 4B 3D BA 3C 43 0 1B F7 33 30
Octal 113 75 272 74 103 0 33 367 63 60
Binary 1001011 111101 10111010 111100 1000011 0 11011 11110111 110011 110000

Color Harmonies of #4B3DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3DBA

Black with #4B3DBA

Text Example


Text Example

White with #4B3DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,61,186); }

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

background-color css

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

 a { background-color: rgb(75,61,186); }

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

border-color css

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

 span { border-color: rgb(75,61,186); }

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