Html Css Color HEX #4B0428 Blackberry

📋 copy color: '#4B0428'

red 75 ◦ green 4 ◦ blue 40

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

Shades of Blackberry #4B0428

Tints of Blackberry #4B0428

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.36%

 BLUE value IS 40 (16.02% from 255) = 33.61%

R = 63.03%
G = 3.36%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#4B0428 (or 0x4B0428) is known color: Blackberry. HEX triplet: 4B, 04 and 28. RGB value is (75,4,40). Sum of RGB (Red+Green+Blue) = 75+4+40=119 (15% of max value = 765). Red value is 75 (29.69% from 255 or 63.03% from 119); Green value is 4 (1.95% from 255 or 3.36% from 119); Blue value is 40 (16.02% from 255 or 33.61% from 119); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0428 is #B4FBD7. Grayscale: #1D1D1D. Windows color (decimal): -11860952 or 2622539. OLE color: 2622539.

HSL color Cylindrical-coordinate representation of color #4B0428: hue angle of 329.58º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B0428 is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 4 40 -
CMYK 0 0.95 0.47 0.71
HSL 329.58º 0.9% 0.15% -
HSV(B) 329.58º 0.95% 0.29% -
XYZ 3.33 1.74 2.17 -
YUV 29.33 134.02 160.57 -
System Red Green Blue C M Y K H S L
Decimal 75 4 40 0 0.95 0.47 0.71 329.58 0.9 0.15
Hex 4B 4 28 0 5F 2F 47 14A 5A F
Octal 113 4 50 0 137 57 107 512 132 17
Binary 1001011 100 101000 0 1011111 101111 1000111 101001010 1011010 1111

Color Harmonies of #4B0428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0428

Black with #4B0428

Text Example


Text Example

White with #4B0428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,4,40); }

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

background-color css

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

 a { background-color: rgb(75,4,40); }

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

border-color css

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

 span { border-color: rgb(75,4,40); }

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