Html Css Color HEX #426072 Bismark

📋 copy color: '#426072'

red 66 ◦ green 96 ◦ blue 114

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

Shades of Bismark #426072

Tints of Bismark #426072

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.78%

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

R = 23.91%
G = 34.78%
B = 41.3%

CMYK

 C value IS 0.42

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#426072 (or 0x426072) is known color: Bismark. HEX triplet: 42, 60 and 72. RGB value is (66,96,114). Sum of RGB (Red+Green+Blue) = 66+96+114=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 114 (44.92% from 255 or 41.30% from 276); Max value from RGB is 114 - color contains mainly: blue. Hex color #426072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426072 is #BD9F8D. Grayscale: #585858. Windows color (decimal): -12427150 or 7495746. OLE color: 7495746.

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

Color convert

RGB 66 96 114 -
CMYK 0.42 0.16 0 0.55
HSL 202.5º 0.27% 0.35% -
HSV(B) 202.5º 0.42% 0.45% -
XYZ 9.47 10.74 17.49 -
YUV 89.08 142.06 111.54 -
System Red Green Blue C M Y K H S L
Decimal 66 96 114 0.42 0.16 0 0.55 202.5 0.27 0.35
Hex 42 60 72 2A 10 0 37 CA 1B 23
Octal 102 140 162 52 20 0 67 312 33 43
Binary 1000010 1100000 1110010 101010 10000 0 110111 11001010 11011 100011

Color Harmonies of #426072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426072

Black with #426072

Text Example


Text Example

White with #426072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426072; }

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

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

background-color css

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

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

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

border-color css

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

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

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