Html Css Color HEX #426477 Bismark

📋 copy color: '#426477'

red 66 ◦ green 100 ◦ blue 119

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

Shades of Bismark #426477

Tints of Bismark #426477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 41.75%

R = 23.16%
G = 35.09%
B = 41.75%

CMYK

 C value IS 0.45

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#426477 (or 0x426477) is known color: Bismark. HEX triplet: 42, 64 and 77. RGB value is (66,100,119). Sum of RGB (Red+Green+Blue) = 66+100+119=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 119 (46.88% from 255 or 41.75% from 285); Max value from RGB is 119 - color contains mainly: blue. Hex color #426477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426477 is #BD9B88. Grayscale: #5B5B5B. Windows color (decimal): -12426121 or 7824450. OLE color: 7824450.

HSL color Cylindrical-coordinate representation of color #426477: hue angle of 201.51º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #426477 is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 100 119 -
CMYK 0.45 0.16 0 0.53
HSL 201.51º 0.29% 0.36% -
HSV(B) 201.51º 0.45% 0.47% -
XYZ 10.13 11.6 19.16 -
YUV 92 143.24 109.46 -
System Red Green Blue C M Y K H S L
Decimal 66 100 119 0.45 0.16 0 0.53 201.51 0.29 0.36
Hex 42 64 77 2D 10 0 35 CA 1D 24
Octal 102 144 167 55 20 0 65 312 35 44
Binary 1000010 1100100 1110111 101101 10000 0 110101 11001010 11101 100100

Color Harmonies of #426477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426477

Black with #426477

Text Example


Text Example

White with #426477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426477; }

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

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

background-color css

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

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

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

border-color css

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

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

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