Html Css Color HEX #4B3463 Blue Diamond

📋 copy color: '#4B3463'

red 75 ◦ green 52 ◦ blue 99

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

Shades of Blue Diamond #4B3463

Tints of Blue Diamond #4B3463

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.01%

 BLUE value IS 99 (39.06% from 255) = 43.81%

R = 33.19%
G = 23.01%
B = 43.81%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#4B3463 (or 0x4B3463) is known color: Blue Diamond. HEX triplet: 4B, 34 and 63. RGB value is (75,52,99). Sum of RGB (Red+Green+Blue) = 75+52+99=226 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.19% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 99 (39.06% from 255 or 43.81% from 226); Max value from RGB is 99 - color contains mainly: blue. Hex color #4B3463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3463 is #B4CB9C. Grayscale: #404040. Windows color (decimal): -11848605 or 6501451. OLE color: 6501451.

HSL color Cylindrical-coordinate representation of color #4B3463: hue angle of 269.36º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B3463 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 75 52 99 -
CMYK 0.24 0.47 0 0.61
HSL 269.36º 0.31% 0.3% -
HSV(B) 269.36º 0.47% 0.39% -
XYZ 6.38 4.85 12.4 -
YUV 64.24 147.62 135.68 -
System Red Green Blue C M Y K H S L
Decimal 75 52 99 0.24 0.47 0 0.61 269.36 0.31 0.3
Hex 4B 34 63 18 2F 0 3D 10D 1F 1E
Octal 113 64 143 30 57 0 75 415 37 36
Binary 1001011 110100 1100011 11000 101111 0 111101 100001101 11111 11110

Color Harmonies of #4B3463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3463

Black with #4B3463

Text Example


Text Example

White with #4B3463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,52,99); }

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

background-color css

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

 a { background-color: rgb(75,52,99); }

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

border-color css

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

 span { border-color: rgb(75,52,99); }

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