Html Css Color HEX #426C78 Bismark

📋 copy color: '#426C78'

red 66 ◦ green 108 ◦ blue 120

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

Shades of Bismark #426C78

Tints of Bismark #426C78

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.73%

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

R = 22.45%
G = 36.73%
B = 40.82%

CMYK

 C value IS 0.45

 M value IS 0.10

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#426C78 (or 0x426C78) is known color: Bismark. HEX triplet: 42, 6C and 78. RGB value is (66,108,120). Sum of RGB (Red+Green+Blue) = 66+108+120=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 108 (42.58% from 255 or 36.73% from 294); Blue value is 120 (47.27% from 255 or 40.82% from 294); Max value from RGB is 120 - color contains mainly: blue. Hex color #426C78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426C78 is #BD9387. Grayscale: #606060. Windows color (decimal): -12424072 or 7892034. OLE color: 7892034.

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

Color convert

RGB 66 108 120 -
CMYK 0.45 0.10 0 0.53
HSL 193.33º 0.29% 0.36% -
HSV(B) 193.33º 0.45% 0.47% -
XYZ 11 13.24 19.75 -
YUV 96.81 141.09 106.02 -
System Red Green Blue C M Y K H S L
Decimal 66 108 120 0.45 0.10 0 0.53 193.33 0.29 0.36
Hex 42 6C 78 2D A 0 35 C1 1D 24
Octal 102 154 170 55 12 0 65 301 35 44
Binary 1000010 1101100 1111000 101101 1010 0 110101 11000001 11101 100100

Color Harmonies of #426C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426C78

Black with #426C78

Text Example


Text Example

White with #426C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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