Html Css Color HEX #4B2567 Blue Diamond

📋 copy color: '#4B2567'

red 75 ◦ green 37 ◦ blue 103

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

Shades of Blue Diamond #4B2567

Tints of Blue Diamond #4B2567

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 47.91%

R = 34.88%
G = 17.21%
B = 47.91%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#4B2567 (or 0x4B2567) is known color: Blue Diamond. HEX triplet: 4B, 25 and 67. RGB value is (75,37,103). Sum of RGB (Red+Green+Blue) = 75+37+103=215 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.88% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 103 (40.62% from 255 or 47.91% from 215); Max value from RGB is 103 - color contains mainly: blue. Hex color #4B2567 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2567 is #B4DA98. Grayscale: #373737. Windows color (decimal): -11852441 or 6759755. OLE color: 6759755.

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

Color convert

RGB 75 37 103 -
CMYK 0.27 0.64 0 0.60
HSL 274.55º 0.47% 0.27% -
HSV(B) 274.55º 0.64% 0.4% -
XYZ 6.01 3.8 13.25 -
YUV 55.89 154.59 141.63 -
System Red Green Blue C M Y K H S L
Decimal 75 37 103 0.27 0.64 0 0.60 274.55 0.47 0.27
Hex 4B 25 67 1B 40 0 3C 113 2F 1B
Octal 113 45 147 33 100 0 74 423 57 33
Binary 1001011 100101 1100111 11011 1000000 0 111100 100010011 101111 11011

Color Harmonies of #4B2567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2567

Black with #4B2567

Text Example


Text Example

White with #4B2567

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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