Html Css Color HEX #4B062D Blackberry

📋 copy color: '#4B062D'

red 75 ◦ green 6 ◦ blue 45

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

Shades of Blackberry #4B062D

Tints of Blackberry #4B062D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.76%

 BLUE value IS 45 (17.97% from 255) = 35.71%

R = 59.52%
G = 4.76%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.71

RGB Variations

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

Color information

#4B062D (or 0x4B062D) is known color: Blackberry. HEX triplet: 4B, 06 and 2D. RGB value is (75,6,45). Sum of RGB (Red+Green+Blue) = 75+6+45=126 (16% of max value = 765). Red value is 75 (29.69% from 255 or 59.52% from 126); Green value is 6 (2.73% from 255 or 4.76% from 126); Blue value is 45 (17.97% from 255 or 35.71% from 126); Max value from RGB is 75 - color contains mainly: red. Hex color #4B062D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B062D is #B4F9D2. Grayscale: #1E1E1E. Windows color (decimal): -11860435 or 2950731. OLE color: 2950731.

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

Color convert

RGB 75 6 45 -
CMYK 0 0.92 0.40 0.71
HSL 326.09º 0.85% 0.16% -
HSV(B) 326.09º 0.92% 0.29% -
XYZ 3.44 1.82 2.65 -
YUV 31.08 135.86 159.33 -
System Red Green Blue C M Y K H S L
Decimal 75 6 45 0 0.92 0.40 0.71 326.09 0.85 0.16
Hex 4B 6 2D 0 5C 28 47 146 55 10
Octal 113 6 55 0 134 50 107 506 125 20
Binary 1001011 110 101101 0 1011100 101000 1000111 101000110 1010101 10000

Color Harmonies of #4B062D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B062D

Black with #4B062D

Text Example


Text Example

White with #4B062D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,6,45); }

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

background-color css

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

 a { background-color: rgb(75,6,45); }

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

border-color css

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

 span { border-color: rgb(75,6,45); }

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