#42667F

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

Shades of Bismark #42667F

Tints of Bismark #42667F

Color information

#42667F (or 0x42667F) is unknown color: approx Bismark. HEX triplet: 42, 66 and 7F. RGB value is (66,102,127). Sum of RGB (Red+Green+Blue) = 66+102+127=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 127 (50% from 255 or 43.05% from 295); Max value from RGB is 127 - color contains mainly: blue. Hex color #42667F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42667F is #BD9980. Grayscale: #5D5D5D. Windows color (decimal): -12425601 or 8349250. OLE color: 8349250.

HSL color Cylindrical-coordinate representation of color #42667F: hue angle of 204.59º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #42667F is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB66102127-
CMYK0.480.2000.50
HSL204.59º31.61%37.84%-
HSV(B)204.59º48.03%49.8%-
XYZ10.8312.1921.86-
YUV94.09146.57107.97-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.37%
GREEN value IS 102 (40.23% from 255) = 34.58%
BLUE value IS 127 (50% from 255) = 43.05%
R=22.37%
G=34.58%
B=43.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal661021270.480.2000.50204.5931.6137.84
Hex42667F3014032cd2026
Octal10214617760240623154046
Binary10000101100110111111111000010100011001011001101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42667F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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