Html Css Color HEX #460427 Blackberry

📋 copy color: '#460427'

red 70 ◦ green 4 ◦ blue 39

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

Shades of Blackberry #460427

Tints of Blackberry #460427

RGB

 RED value IS 70 (27.73% from 255) = 61.95%

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

 BLUE value IS 39 (15.63% from 255) = 34.51%

R = 61.95%
G = 3.54%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.44

 K value IS 0.73

RGB Variations

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

Color information

#460427 (or 0x460427) is known color: Blackberry. HEX triplet: 46, 04 and 27. RGB value is (70,4,39). Sum of RGB (Red+Green+Blue) = 70+4+39=113 (14% of max value = 765). Red value is 70 (27.73% from 255 or 61.95% from 113); Green value is 4 (1.95% from 255 or 3.54% from 113); Blue value is 39 (15.62% from 255 or 34.51% from 113); Max value from RGB is 70 - color contains mainly: red. Hex color #460427 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460427 is #B9FBD8. Grayscale: #1B1B1B. Windows color (decimal): -12188633 or 2556998. OLE color: 2556998.

HSL color Cylindrical-coordinate representation of color #460427: hue angle of 328.18º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460427 is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 4 39 -
CMYK 0 0.94 0.44 0.73
HSL 328.18º 0.89% 0.15% -
HSV(B) 328.18º 0.94% 0.27% -
XYZ 2.94 1.54 2.06 -
YUV 27.72 134.37 158.15 -
System Red Green Blue C M Y K H S L
Decimal 70 4 39 0 0.94 0.44 0.73 328.18 0.89 0.15
Hex 46 4 27 0 5E 2C 49 148 59 F
Octal 106 4 47 0 136 54 111 510 131 17
Binary 1000110 100 100111 0 1011110 101100 1001001 101001000 1011001 1111

Color Harmonies of #460427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460427

Black with #460427

Text Example


Text Example

White with #460427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460427; }

 p { color: rgb(70,4,39); }

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

background-color css

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

 a { background-color: rgb(70,4,39); }

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

border-color css

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

 span { border-color: rgb(70,4,39); }

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