#4B257A

Color #4B257A Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #4B257A

Tints of Blue Diamond #4B257A

Color information

#4B257A (or 0x4B257A) is unknown color: approx Blue Diamond. HEX triplet: 4B, 25 and 7A. RGB value is (75,37,122). Sum of RGB (Red+Green+Blue) = 75+37+122=234 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.05% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 122 (48.05% from 255 or 52.14% from 234); Max value from RGB is 122 - color contains mainly: blue. Hex color #4B257A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B257A is #B4DA85. Grayscale: #393939. Windows color (decimal): -11852422 or 8004939. OLE color: 8004939.

HSL color Cylindrical-coordinate representation of color #4B257A: hue angle of 266.82º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4B257A is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7537122-
CMYK0.390.7000.52
HSL266.82º53.46%31.18%-
HSV(B)266.82º69.67%47.84%-
XYZ7.084.2218.85-
YUV58.05164.09140.09-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.05%
GREEN value IS 37 (14.84% from 255) = 15.81%
BLUE value IS 122 (48.05% from 255) = 52.14%
R=32.05%
G=15.81%
B=52.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal75371220.390.7000.52266.8253.4631.18
Hex4B257A274603410b351f
Octal11345172471060644136537
Binary100101110010111110101001111000110011010010000101111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B257A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4B257A;
 }
 .AnyTagClassName
 {
   color: #4B257A;
 }
</style>
background-color css

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

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

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

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

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

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