Html Css Color HEX #426973 Bismark

📋 copy color: '#426973'

red 66 ◦ green 105 ◦ blue 115

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

Shades of Bismark #426973

Tints of Bismark #426973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 40.21%

R = 23.08%
G = 36.71%
B = 40.21%

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

#426973 (or 0x426973) is known color: Bismark. HEX triplet: 42, 69 and 73. RGB value is (66,105,115). Sum of RGB (Red+Green+Blue) = 66+105+115=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 105 (41.41% from 255 or 36.71% from 286); Blue value is 115 (45.31% from 255 or 40.21% from 286); Max value from RGB is 115 - color contains mainly: blue. Hex color #426973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426973 is #BD968C. Grayscale: #5E5E5E. Windows color (decimal): -12424845 or 7563586. OLE color: 7563586.

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

Color convert

RGB 66 105 115 -
CMYK 0.43 0.09 0 0.55
HSL 192.24º 0.27% 0.35% -
HSV(B) 192.24º 0.43% 0.45% -
XYZ 10.39 12.5 18.08 -
YUV 94.48 139.58 107.69 -
System Red Green Blue C M Y K H S L
Decimal 66 105 115 0.43 0.09 0 0.55 192.24 0.27 0.35
Hex 42 69 73 2B 9 0 37 C0 1B 23
Octal 102 151 163 53 11 0 67 300 33 43
Binary 1000010 1101001 1110011 101011 1001 0 110111 11000000 11011 100011

Color Harmonies of #426973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426973

Black with #426973

Text Example


Text Example

White with #426973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426973; }

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

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

background-color css

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

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

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

border-color css

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

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

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