Html Css Color HEX #426974 Bismark

📋 copy color: '#426974'

red 66 ◦ green 105 ◦ blue 116

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

Shades of Bismark #426974

Tints of Bismark #426974

RGB

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

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

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

R = 23%
G = 36.59%
B = 40.42%

CMYK

 C value IS 0.43

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#426974 (or 0x426974) is known color: Bismark. HEX triplet: 42, 69 and 74. RGB value is (66,105,116). Sum of RGB (Red+Green+Blue) = 66+105+116=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 116 (45.70% from 255 or 40.42% from 287); Max value from RGB is 116 - color contains mainly: blue. Hex color #426974 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426974 is #BD968B. Grayscale: #5E5E5E. Windows color (decimal): -12424844 or 7629122. OLE color: 7629122.

HSL color Cylindrical-coordinate representation of color #426974: hue angle of 193.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 #426974 is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 105 116 -
CMYK 0.43 0.09 0 0.55
HSL 193.2º 0.27% 0.36% -
HSV(B) 193.2º 0.43% 0.45% -
XYZ 10.45 12.52 18.39 -
YUV 94.59 140.08 107.61 -
System Red Green Blue C M Y K H S L
Decimal 66 105 116 0.43 0.09 0 0.55 193.2 0.27 0.36
Hex 42 69 74 2B 9 0 37 C1 1B 24
Octal 102 151 164 53 11 0 67 301 33 44
Binary 1000010 1101001 1110100 101011 1001 0 110111 11000001 11011 100100

Color Harmonies of #426974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426974

Black with #426974

Text Example


Text Example

White with #426974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426974; }

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

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

background-color css

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

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

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

border-color css

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

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

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