Html Css Color HEX #434B46 Plantation

📋 copy color: '#434B46'

red 67 ◦ green 75 ◦ blue 70

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

Shades of Plantation #434B46

Tints of Plantation #434B46

RGB

 RED value IS 67 (26.56% from 255) = 31.6%

 GREEN value IS 75 (29.69% from 255) = 35.38%

 BLUE value IS 70 (27.73% from 255) = 33.02%

R = 31.6%
G = 35.38%
B = 33.02%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.71

RGB Variations

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

Color information

#434B46 (or 0x434B46) is known color: Plantation. HEX triplet: 43, 4B and 46. RGB value is (67,75,70). Sum of RGB (Red+Green+Blue) = 67+75+70=212 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.60% from 212); Green value is 75 (29.69% from 255 or 35.38% from 212); Blue value is 70 (27.73% from 255 or 33.02% from 212); Max value from RGB is 75 - color contains mainly: green. Hex color #434B46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434B46 is #BCB4B9. Grayscale: #484848. Windows color (decimal): -12367034 or 4606787. OLE color: 4606787.

HSL color Cylindrical-coordinate representation of color #434B46: hue angle of 142.5º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #434B46 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.71.

Color convert

RGB 67 75 70 -
CMYK 0.11 0 0.07 0.71
HSL 142.5º 0.06% 0.28% -
HSV(B) 142.5º 0.11% 0.29% -
XYZ 5.94 6.67 6.77 -
YUV 72.04 126.85 124.41 -
System Red Green Blue C M Y K H S L
Decimal 67 75 70 0.11 0 0.07 0.71 142.5 0.06 0.28
Hex 43 4B 46 B 0 7 47 8E 6 1C
Octal 103 113 106 13 0 7 107 216 6 34
Binary 1000011 1001011 1000110 1011 0 111 1000111 10001110 110 11100

Color Harmonies of #434B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434B46

Black with #434B46

Text Example


Text Example

White with #434B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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