Html Css Color HEX #426474 Bismark

📋 copy color: '#426474'

red 66 ◦ green 100 ◦ blue 116

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

Shades of Bismark #426474

Tints of Bismark #426474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 41.13%

R = 23.4%
G = 35.46%
B = 41.13%

CMYK

 C value IS 0.43

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#426474 (or 0x426474) is known color: Bismark. HEX triplet: 42, 64 and 74. RGB value is (66,100,116). Sum of RGB (Red+Green+Blue) = 66+100+116=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 116 (45.70% from 255 or 41.13% from 282); Max value from RGB is 116 - color contains mainly: blue. Hex color #426474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426474 is #BD9B8B. Grayscale: #5B5B5B. Windows color (decimal): -12426124 or 7627842. OLE color: 7627842.

HSL color Cylindrical-coordinate representation of color #426474: hue angle of 199.2º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #426474 is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 100 116 -
CMYK 0.43 0.14 0 0.55
HSL 199.2º 0.27% 0.36% -
HSV(B) 199.2º 0.43% 0.45% -
XYZ 9.96 11.53 18.22 -
YUV 91.66 141.74 109.7 -
System Red Green Blue C M Y K H S L
Decimal 66 100 116 0.43 0.14 0 0.55 199.2 0.27 0.36
Hex 42 64 74 2B E 0 37 C7 1B 24
Octal 102 144 164 53 16 0 67 307 33 44
Binary 1000010 1100100 1110100 101011 1110 0 110111 11000111 11011 100100

Color Harmonies of #426474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426474

Black with #426474

Text Example


Text Example

White with #426474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426474; }

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

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

background-color css

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

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

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

border-color css

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

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

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