Html Css Color HEX #426673 Bismark

📋 copy color: '#426673'

red 66 ◦ green 102 ◦ blue 115

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

Shades of Bismark #426673

Tints of Bismark #426673

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.04%

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

R = 23.32%
G = 36.04%
B = 40.64%

CMYK

 C value IS 0.43

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#426673 (or 0x426673) is known color: Bismark. HEX triplet: 42, 66 and 73. RGB value is (66,102,115). Sum of RGB (Red+Green+Blue) = 66+102+115=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 115 - color contains mainly: blue. Hex color #426673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426673 is #BD998C. Grayscale: #5C5C5C. Windows color (decimal): -12425613 or 7562818. OLE color: 7562818.

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

Color convert

RGB 66 102 115 -
CMYK 0.43 0.11 0 0.55
HSL 195.92º 0.27% 0.35% -
HSV(B) 195.92º 0.43% 0.45% -
XYZ 10.09 11.9 17.98 -
YUV 92.72 140.57 108.94 -
System Red Green Blue C M Y K H S L
Decimal 66 102 115 0.43 0.11 0 0.55 195.92 0.27 0.35
Hex 42 66 73 2B B 0 37 C4 1B 23
Octal 102 146 163 53 13 0 67 304 33 43
Binary 1000010 1100110 1110011 101011 1011 0 110111 11000100 11011 100011

Color Harmonies of #426673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426673

Black with #426673

Text Example


Text Example

White with #426673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426673; }

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

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

background-color css

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

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

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

border-color css

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

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

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