Html Css Color HEX #426575 Bismark

📋 copy color: '#426575'

red 66 ◦ green 101 ◦ blue 117

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

Shades of Bismark #426575

Tints of Bismark #426575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 41.2%

R = 23.24%
G = 35.56%
B = 41.2%

CMYK

 C value IS 0.44

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#426575 (or 0x426575) is known color: Bismark. HEX triplet: 42, 65 and 75. RGB value is (66,101,117). Sum of RGB (Red+Green+Blue) = 66+101+117=284 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.24% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 117 (46.09% from 255 or 41.20% from 284); Max value from RGB is 117 - color contains mainly: blue. Hex color #426575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426575 is #BD9A8A. Grayscale: #5C5C5C. Windows color (decimal): -12425867 or 7693634. OLE color: 7693634.

HSL color Cylindrical-coordinate representation of color #426575: hue angle of 198.82º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #426575 is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 101 117 -
CMYK 0.44 0.14 0 0.54
HSL 198.82º 0.28% 0.36% -
HSV(B) 198.82º 0.44% 0.46% -
XYZ 10.11 11.75 18.56 -
YUV 92.36 141.9 109.2 -
System Red Green Blue C M Y K H S L
Decimal 66 101 117 0.44 0.14 0 0.54 198.82 0.28 0.36
Hex 42 65 75 2C E 0 36 C7 1C 24
Octal 102 145 165 54 16 0 66 307 34 44
Binary 1000010 1100101 1110101 101100 1110 0 110110 11000111 11100 100100

Color Harmonies of #426575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426575

Black with #426575

Text Example


Text Example

White with #426575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426575; }

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

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

background-color css

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

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

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

border-color css

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

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

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