Html Css Color HEX #426475 Bismark

📋 copy color: '#426475'

red 66 ◦ green 100 ◦ blue 117

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

Shades of Bismark #426475

Tints of Bismark #426475

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.34%

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

R = 23.32%
G = 35.34%
B = 41.34%

CMYK

 C value IS 0.44

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#426475 (or 0x426475) is known color: Bismark. HEX triplet: 42, 64 and 75. RGB value is (66,100,117). Sum of RGB (Red+Green+Blue) = 66+100+117=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 117 - color contains mainly: blue. Hex color #426475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426475 is #BD9B8A. Grayscale: #5B5B5B. Windows color (decimal): -12426123 or 7693378. OLE color: 7693378.

HSL color Cylindrical-coordinate representation of color #426475: hue angle of 200º 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 #426475 is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 100 117 -
CMYK 0.44 0.15 0 0.54
HSL 200º 0.28% 0.36% -
HSV(B) 200º 0.44% 0.46% -
XYZ 10.01 11.56 18.53 -
YUV 91.77 142.24 109.62 -
System Red Green Blue C M Y K H S L
Decimal 66 100 117 0.44 0.15 0 0.54 200 0.28 0.36
Hex 42 64 75 2C F 0 36 C8 1C 24
Octal 102 144 165 54 17 0 66 310 34 44
Binary 1000010 1100100 1110101 101100 1111 0 110110 11001000 11100 100100

Color Harmonies of #426475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426475

Black with #426475

Text Example


Text Example

White with #426475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426475; }

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

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

background-color css

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

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

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

border-color css

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

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

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