Html Css Color HEX #4B153F Blackberry

📋 copy color: '#4B153F'

red 75 ◦ green 21 ◦ blue 63

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

Shades of Blackberry #4B153F

Tints of Blackberry #4B153F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.21%

 BLUE value IS 63 (25% from 255) = 39.62%

R = 47.17%
G = 13.21%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#4B153F (or 0x4B153F) is known color: Blackberry. HEX triplet: 4B, 15 and 3F. RGB value is (75,21,63). Sum of RGB (Red+Green+Blue) = 75+21+63=159 (21% of max value = 765). Red value is 75 (29.69% from 255 or 47.17% from 159); Green value is 21 (8.59% from 255 or 13.21% from 159); Blue value is 63 (25% from 255 or 39.62% from 159); Max value from RGB is 75 - color contains mainly: red. Hex color #4B153F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B153F is #B4EAC0. Grayscale: #292929. Windows color (decimal): -11856577 or 4134219. OLE color: 4134219.

HSL color Cylindrical-coordinate representation of color #4B153F: hue angle of 313.33º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4B153F is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 21 63 -
CMYK 0 0.72 0.16 0.71
HSL 313.33º 0.56% 0.19% -
HSV(B) 313.33º 0.72% 0.29% -
XYZ 4.07 2.39 4.95 -
YUV 41.93 139.89 151.58 -
System Red Green Blue C M Y K H S L
Decimal 75 21 63 0 0.72 0.16 0.71 313.33 0.56 0.19
Hex 4B 15 3F 0 48 10 47 139 38 13
Octal 113 25 77 0 110 20 107 471 70 23
Binary 1001011 10101 111111 0 1001000 10000 1000111 100111001 111000 10011

Color Harmonies of #4B153F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B153F

Black with #4B153F

Text Example


Text Example

White with #4B153F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,21,63); }

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

background-color css

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

 a { background-color: rgb(75,21,63); }

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

border-color css

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

 span { border-color: rgb(75,21,63); }

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