Html Css Color HEX #426478 Bismark

📋 copy color: '#426478'

red 66 ◦ green 100 ◦ blue 120

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

Shades of Bismark #426478

Tints of Bismark #426478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 41.96%

R = 23.08%
G = 34.97%
B = 41.96%

CMYK

 C value IS 0.45

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#426478 (or 0x426478) is known color: Bismark. HEX triplet: 42, 64 and 78. RGB value is (66,100,120). Sum of RGB (Red+Green+Blue) = 66+100+120=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 120 (47.27% from 255 or 41.96% from 286); Max value from RGB is 120 - color contains mainly: blue. Hex color #426478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426478 is #BD9B87. Grayscale: #5C5C5C. Windows color (decimal): -12426120 or 7889986. OLE color: 7889986.

HSL color Cylindrical-coordinate representation of color #426478: hue angle of 202.22º 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 #426478 is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 100 120 -
CMYK 0.45 0.17 0 0.53
HSL 202.22º 0.29% 0.36% -
HSV(B) 202.22º 0.45% 0.47% -
XYZ 10.19 11.63 19.48 -
YUV 92.11 143.74 109.37 -
System Red Green Blue C M Y K H S L
Decimal 66 100 120 0.45 0.17 0 0.53 202.22 0.29 0.36
Hex 42 64 78 2D 11 0 35 CA 1D 24
Octal 102 144 170 55 21 0 65 312 35 44
Binary 1000010 1100100 1111000 101101 10001 0 110101 11001010 11101 100100

Color Harmonies of #426478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426478

Black with #426478

Text Example


Text Example

White with #426478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426478; }

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

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

background-color css

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

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

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

border-color css

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

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

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