Html Css Color HEX #426672 Bismark

📋 copy color: '#426672'

red 66 ◦ green 102 ◦ blue 114

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

Shades of Bismark #426672

Tints of Bismark #426672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 40.43%

R = 23.4%
G = 36.17%
B = 40.43%

CMYK

 C value IS 0.42

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#426672 (or 0x426672) is known color: Bismark. HEX triplet: 42, 66 and 72. RGB value is (66,102,114). Sum of RGB (Red+Green+Blue) = 66+102+114=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 114 - color contains mainly: blue. Hex color #426672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426672 is #BD998D. Grayscale: #5C5C5C. Windows color (decimal): -12425614 or 7497282. OLE color: 7497282.

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

Color convert

RGB 66 102 114 -
CMYK 0.42 0.11 0 0.55
HSL 195º 0.27% 0.35% -
HSV(B) 195º 0.42% 0.45% -
XYZ 10.04 11.88 17.68 -
YUV 92.6 140.07 109.02 -
System Red Green Blue C M Y K H S L
Decimal 66 102 114 0.42 0.11 0 0.55 195 0.27 0.35
Hex 42 66 72 2A B 0 37 C3 1B 23
Octal 102 146 162 52 13 0 67 303 33 43
Binary 1000010 1100110 1110010 101010 1011 0 110111 11000011 11011 100011

Color Harmonies of #426672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426672

Black with #426672

Text Example


Text Example

White with #426672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426672; }

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

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

background-color css

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

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

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

border-color css

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

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

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