Html Css Color HEX #426572 Bismark

📋 copy color: '#426572'

red 66 ◦ green 101 ◦ blue 114

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

Shades of Bismark #426572

Tints of Bismark #426572

RGB

 RED value IS 66 (26.17% from 255) = 23.49%

 GREEN value IS 101 (39.84% from 255) = 35.94%

 BLUE value IS 114 (44.92% from 255) = 40.57%

R = 23.49%
G = 35.94%
B = 40.57%

CMYK

 C value IS 0.42

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#426572 (or 0x426572) is known color: Bismark. HEX triplet: 42, 65 and 72. RGB value is (66,101,114). Sum of RGB (Red+Green+Blue) = 66+101+114=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 114 - color contains mainly: blue. Hex color #426572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426572 is #BD9A8D. Grayscale: #5B5B5B. Windows color (decimal): -12425870 or 7497026. OLE color: 7497026.

HSL color Cylindrical-coordinate representation of color #426572: hue angle of 196.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #426572 is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 101 114 -
CMYK 0.42 0.11 0 0.55
HSL 196.25º 0.27% 0.35% -
HSV(B) 196.25º 0.42% 0.45% -
XYZ 9.94 11.68 17.65 -
YUV 92.02 140.4 109.44 -
System Red Green Blue C M Y K H S L
Decimal 66 101 114 0.42 0.11 0 0.55 196.25 0.27 0.35
Hex 42 65 72 2A B 0 37 C4 1B 23
Octal 102 145 162 52 13 0 67 304 33 43
Binary 1000010 1100101 1110010 101010 1011 0 110111 11000100 11011 100011

Color Harmonies of #426572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426572

Black with #426572

Text Example


Text Example

White with #426572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426572; }

 p { color: rgb(66,101,114); }

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

background-color css

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

 a { background-color: rgb(66,101,114); }

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

border-color css

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

 span { border-color: rgb(66,101,114); }

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