#434B5B

Color #434B5B Rhino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rhino #434B5B

Tints of Rhino #434B5B

Color information

#434B5B (or 0x434B5B) is unknown color: approx Rhino. HEX triplet: 43, 4B and 5B. RGB value is (67,75,91). Sum of RGB (Red+Green+Blue) = 67+75+91=233 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.76% from 233); Green value is 75 (29.69% from 255 or 32.19% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 91 - color contains mainly: blue. Hex color #434B5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434B5B is #BCB4A4. Grayscale: #4A4A4A. Windows color (decimal): -12367013 or 5983043. OLE color: 5983043.

HSL color Cylindrical-coordinate representation of color #434B5B: hue angle of 220º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #434B5B is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB677591-
CMYK0.260.1800.64
HSL220º15.19%30.98%-
HSV(B)220º26.37%35.69%-
XYZ6.726.9810.89-
YUV74.43137.35122.7-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.76%
GREEN value IS 75 (29.69% from 255) = 32.19%
BLUE value IS 91 (35.94% from 255) = 39.06%
R=28.76%
G=32.19%
B=39.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6775910.260.1800.6422015.1930.98
Hex434B5B1A12040dcf1f
Octal103113133322201003341737
Binary10000111001011101101111010100100100000011011100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434B5B; }

 p { color: rgb(67,75,91); }

 H1.HeaderClassName
 {
   color: #434B5B;
 }
 .AnyTagClassName
 {
   color: #434B5B;
 }
</style>
background-color css

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

 a { background-color: rgb(67,75,91); }

 div.DivClassName
 {
   background-color: #434B5B;
 }
 .BgClassName
 {
   background-color: #434B5B;
 }
</style>
border-color css

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

 span { border-color: rgb(67,75,91); }

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