#42667D

Color #42667D Bismark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bismark #42667D

Tints of Bismark #42667D

Color information

#42667D (or 0x42667D) is unknown color: approx Bismark. HEX triplet: 42, 66 and 7D. RGB value is (66,102,125). Sum of RGB (Red+Green+Blue) = 66+102+125=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 125 (49.22% from 255 or 42.66% from 293); Max value from RGB is 125 - color contains mainly: blue. Hex color #42667D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42667D is #BD9982. Grayscale: #5D5D5D. Windows color (decimal): -12425603 or 8218178. OLE color: 8218178.

HSL color Cylindrical-coordinate representation of color #42667D: hue angle of 203.39º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #42667D is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB66102125-
CMYK0.470.1800.51
HSL203.39º30.89%37.45%-
HSV(B)203.39º47.2%49.02%-
XYZ10.712.1421.18-
YUV93.86145.57108.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.53%
GREEN value IS 102 (40.23% from 255) = 34.81%
BLUE value IS 125 (49.22% from 255) = 42.66%
R=22.53%
G=34.81%
B=42.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal661021250.470.1800.51203.3930.8937.45
Hex42667D2F12033cb1f25
Octal10214617557220633133745
Binary1000010110011011111011011111001001100111100101111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42667D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42667D; }

 p { color: rgb(66,102,125); }

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

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

 a { background-color: rgb(66,102,125); }

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

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

 span { border-color: rgb(66,102,125); }

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