Html Css Color HEX #4B256C Blue Diamond

📋 copy color: '#4B256C'

red 75 ◦ green 37 ◦ blue 108

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

Shades of Blue Diamond #4B256C

Tints of Blue Diamond #4B256C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.82%

 BLUE value IS 108 (42.58% from 255) = 49.09%

R = 34.09%
G = 16.82%
B = 49.09%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4B256C (or 0x4B256C) is known color: Blue Diamond. HEX triplet: 4B, 25 and 6C. RGB value is (75,37,108). Sum of RGB (Red+Green+Blue) = 75+37+108=220 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.09% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 108 (42.58% from 255 or 49.09% from 220); Max value from RGB is 108 - color contains mainly: blue. Hex color #4B256C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B256C is #B4DA93. Grayscale: #383838. Windows color (decimal): -11852436 or 7087435. OLE color: 7087435.

HSL color Cylindrical-coordinate representation of color #4B256C: hue angle of 272.11º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B256C is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 75 37 108 -
CMYK 0.31 0.66 0 0.58
HSL 272.11º 0.49% 0.28% -
HSV(B) 272.11º 0.66% 0.42% -
XYZ 6.27 3.9 14.61 -
YUV 56.46 157.09 141.23 -
System Red Green Blue C M Y K H S L
Decimal 75 37 108 0.31 0.66 0 0.58 272.11 0.49 0.28
Hex 4B 25 6C 1F 42 0 3A 110 31 1C
Octal 113 45 154 37 102 0 72 420 61 34
Binary 1001011 100101 1101100 11111 1000010 0 111010 100010000 110001 11100

Color Harmonies of #4B256C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B256C

Black with #4B256C

Text Example


Text Example

White with #4B256C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,37,108); }

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

background-color css

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

 a { background-color: rgb(75,37,108); }

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

border-color css

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

 span { border-color: rgb(75,37,108); }

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