Html Css Color HEX #4B246F Blue Diamond

📋 copy color: '#4B246F'

red 75 ◦ green 36 ◦ blue 111

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

Shades of Blue Diamond #4B246F

Tints of Blue Diamond #4B246F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.22%

 BLUE value IS 111 (43.75% from 255) = 50%

R = 33.78%
G = 16.22%
B = 50%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4B246F (or 0x4B246F) is known color: Blue Diamond. HEX triplet: 4B, 24 and 6F. RGB value is (75,36,111). Sum of RGB (Red+Green+Blue) = 75+36+111=222 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.78% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 111 (43.75% from 255 or 50% from 222); Max value from RGB is 111 - color contains mainly: blue. Hex color #4B246F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B246F is #B4DB90. Grayscale: #373737. Windows color (decimal): -11852689 or 7283787. OLE color: 7283787.

HSL color Cylindrical-coordinate representation of color #4B246F: hue angle of 271.2º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B246F is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 75 36 111 -
CMYK 0.32 0.68 0 0.56
HSL 271.2º 0.51% 0.29% -
HSV(B) 271.2º 0.68% 0.44% -
XYZ 6.4 3.91 15.46 -
YUV 56.21 158.92 141.4 -
System Red Green Blue C M Y K H S L
Decimal 75 36 111 0.32 0.68 0 0.56 271.2 0.51 0.29
Hex 4B 24 6F 20 44 0 38 10F 33 1D
Octal 113 44 157 40 104 0 70 417 63 35
Binary 1001011 100100 1101111 100000 1000100 0 111000 100001111 110011 11101

Color Harmonies of #4B246F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B246F

Black with #4B246F

Text Example


Text Example

White with #4B246F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,36,111); }

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

background-color css

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

 a { background-color: rgb(75,36,111); }

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

border-color css

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

 span { border-color: rgb(75,36,111); }

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