#4B3467

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

Shades of Blue Diamond #4B3467

Tints of Blue Diamond #4B3467

Color information

#4B3467 (or 0x4B3467) is unknown color: approx Blue Diamond. HEX triplet: 4B, 34 and 67. RGB value is (75,52,103). Sum of RGB (Red+Green+Blue) = 75+52+103=230 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.61% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 103 (40.62% from 255 or 44.78% from 230); Max value from RGB is 103 - color contains mainly: blue. Hex color #4B3467 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3467 is #B4CB98. Grayscale: #404040. Windows color (decimal): -11848601 or 6763595. OLE color: 6763595.

HSL color Cylindrical-coordinate representation of color #4B3467: hue angle of 267.06º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B3467 is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7552103-
CMYK0.270.5000.60
HSL267.06º32.9%30.39%-
HSV(B)267.06º49.51%40.39%-
XYZ6.584.9313.44-
YUV64.69149.62135.35-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.61%
GREEN value IS 52 (20.70% from 255) = 22.61%
BLUE value IS 103 (40.62% from 255) = 44.78%
R=32.61%
G=22.61%
B=44.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal75521030.270.5000.60267.0632.930.39
Hex4B34671B3203C10b211e
Octal1136414733620744134136
Binary1001011110100110011111011110010011110010000101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,52,103); }

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

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

 a { background-color: rgb(75,52,103); }

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

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

 span { border-color: rgb(75,52,103); }

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