Html Css Color HEX #4B236E Blue Diamond

📋 copy color: '#4B236E'

red 75 ◦ green 35 ◦ blue 110

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

Shades of Blue Diamond #4B236E

Tints of Blue Diamond #4B236E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.91%

 BLUE value IS 110 (43.36% from 255) = 50%

R = 34.09%
G = 15.91%
B = 50%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4B236E (or 0x4B236E) is known color: Blue Diamond. HEX triplet: 4B, 23 and 6E. RGB value is (75,35,110). Sum of RGB (Red+Green+Blue) = 75+35+110=220 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.09% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 110 (43.36% from 255 or 50% from 220); Max value from RGB is 110 - color contains mainly: blue. Hex color #4B236E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B236E is #B4DC91. Grayscale: #373737. Windows color (decimal): -11852946 or 7217995. OLE color: 7217995.

HSL color Cylindrical-coordinate representation of color #4B236E: hue angle of 272º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B236E is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 75 35 110 -
CMYK 0.32 0.68 0 0.57
HSL 272º 0.52% 0.28% -
HSV(B) 272º 0.68% 0.43% -
XYZ 6.32 3.82 15.16 -
YUV 55.51 158.75 141.9 -
System Red Green Blue C M Y K H S L
Decimal 75 35 110 0.32 0.68 0 0.57 272 0.52 0.28
Hex 4B 23 6E 20 44 0 39 110 34 1C
Octal 113 43 156 40 104 0 71 420 64 34
Binary 1001011 100011 1101110 100000 1000100 0 111001 100010000 110100 11100

Color Harmonies of #4B236E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B236E

Black with #4B236E

Text Example


Text Example

White with #4B236E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,35,110); }

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

background-color css

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

 a { background-color: rgb(75,35,110); }

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

border-color css

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

 span { border-color: rgb(75,35,110); }

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