Html Css Color HEX #4B093E Blackberry

📋 copy color: '#4B093E'

red 75 ◦ green 9 ◦ blue 62

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

Shades of Blackberry #4B093E

Tints of Blackberry #4B093E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.16%

 BLUE value IS 62 (24.61% from 255) = 42.47%

R = 51.37%
G = 6.16%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.71

RGB Variations

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

Color information

#4B093E (or 0x4B093E) is known color: Blackberry. HEX triplet: 4B, 09 and 3E. RGB value is (75,9,62). Sum of RGB (Red+Green+Blue) = 75+9+62=146 (19% of max value = 765). Red value is 75 (29.69% from 255 or 51.37% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 62 (24.61% from 255 or 42.47% from 146); Max value from RGB is 75 - color contains mainly: red. Hex color #4B093E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B093E is #B4F6C1. Grayscale: #222222. Windows color (decimal): -11859650 or 4065611. OLE color: 4065611.

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

Color convert

RGB 75 9 62 -
CMYK 0 0.88 0.17 0.71
HSL 311.82º 0.79% 0.16% -
HSV(B) 311.82º 0.88% 0.29% -
XYZ 3.87 2.04 4.75 -
YUV 34.78 143.37 156.69 -
System Red Green Blue C M Y K H S L
Decimal 75 9 62 0 0.88 0.17 0.71 311.82 0.79 0.16
Hex 4B 9 3E 0 58 11 47 138 4F 10
Octal 113 11 76 0 130 21 107 470 117 20
Binary 1001011 1001 111110 0 1011000 10001 1000111 100111000 1001111 10000

Color Harmonies of #4B093E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B093E

Black with #4B093E

Text Example


Text Example

White with #4B093E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,9,62); }

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

background-color css

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

 a { background-color: rgb(75,9,62); }

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

border-color css

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

 span { border-color: rgb(75,9,62); }

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