Html Css Color HEX #426978 Bismark

📋 copy color: '#426978'

red 66 ◦ green 105 ◦ blue 120

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

Shades of Bismark #426978

Tints of Bismark #426978

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.08%

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

R = 22.68%
G = 36.08%
B = 41.24%

CMYK

 C value IS 0.45

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#426978 (or 0x426978) is known color: Bismark. HEX triplet: 42, 69 and 78. RGB value is (66,105,120). Sum of RGB (Red+Green+Blue) = 66+105+120=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 120 (47.27% from 255 or 41.24% from 291); Max value from RGB is 120 - color contains mainly: blue. Hex color #426978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426978 is #BD9687. Grayscale: #5E5E5E. Windows color (decimal): -12424840 or 7891266. OLE color: 7891266.

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

Color convert

RGB 66 105 120 -
CMYK 0.45 0.13 0 0.53
HSL 196.67º 0.29% 0.36% -
HSV(B) 196.67º 0.45% 0.47% -
XYZ 10.69 12.62 19.64 -
YUV 95.05 142.08 107.28 -
System Red Green Blue C M Y K H S L
Decimal 66 105 120 0.45 0.13 0 0.53 196.67 0.29 0.36
Hex 42 69 78 2D D 0 35 C5 1D 24
Octal 102 151 170 55 15 0 65 305 35 44
Binary 1000010 1101001 1111000 101101 1101 0 110101 11000101 11101 100100

Color Harmonies of #426978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426978

Black with #426978

Text Example


Text Example

White with #426978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426978; }

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

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

background-color css

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

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

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

border-color css

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

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

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