Html Css Color HEX #4B2E69 Blue Diamond

📋 copy color: '#4B2E69'

red 75 ◦ green 46 ◦ blue 105

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

Shades of Blue Diamond #4B2E69

Tints of Blue Diamond #4B2E69

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.35%

 BLUE value IS 105 (41.41% from 255) = 46.46%

R = 33.19%
G = 20.35%
B = 46.46%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4B2E69 (or 0x4B2E69) is known color: Blue Diamond. HEX triplet: 4B, 2E and 69. RGB value is (75,46,105). Sum of RGB (Red+Green+Blue) = 75+46+105=226 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.19% from 226); Green value is 46 (18.36% from 255 or 20.35% from 226); Blue value is 105 (41.41% from 255 or 46.46% from 226); Max value from RGB is 105 - color contains mainly: blue. Hex color #4B2E69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2E69 is #B4D196. Grayscale: #3D3D3D. Windows color (decimal): -11850135 or 6893131. OLE color: 6893131.

HSL color Cylindrical-coordinate representation of color #4B2E69: hue angle of 269.49º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B2E69 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 75 46 105 -
CMYK 0.29 0.56 0 0.59
HSL 269.49º 0.39% 0.3% -
HSV(B) 269.49º 0.56% 0.41% -
XYZ 6.43 4.47 13.89 -
YUV 61.4 152.61 137.7 -
System Red Green Blue C M Y K H S L
Decimal 75 46 105 0.29 0.56 0 0.59 269.49 0.39 0.3
Hex 4B 2E 69 1D 38 0 3B 10D 27 1E
Octal 113 56 151 35 70 0 73 415 47 36
Binary 1001011 101110 1101001 11101 111000 0 111011 100001101 100111 11110

Color Harmonies of #4B2E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2E69

Black with #4B2E69

Text Example


Text Example

White with #4B2E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,46,105); }

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

background-color css

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

 a { background-color: rgb(75,46,105); }

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

border-color css

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

 span { border-color: rgb(75,46,105); }

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