Html Css Color HEX #426272 Bismark

📋 copy color: '#426272'

red 66 ◦ green 98 ◦ blue 114

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

Shades of Bismark #426272

Tints of Bismark #426272

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.25%

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

R = 23.74%
G = 35.25%
B = 41.01%

CMYK

 C value IS 0.42

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#426272 (or 0x426272) is known color: Bismark. HEX triplet: 42, 62 and 72. RGB value is (66,98,114). Sum of RGB (Red+Green+Blue) = 66+98+114=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 114 (44.92% from 255 or 41.01% from 278); Max value from RGB is 114 - color contains mainly: blue. Hex color #426272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426272 is #BD9D8D. Grayscale: #5A5A5A. Windows color (decimal): -12426638 or 7496258. OLE color: 7496258.

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

Color convert

RGB 66 98 114 -
CMYK 0.42 0.14 0 0.55
HSL 200º 0.27% 0.35% -
HSV(B) 200º 0.42% 0.45% -
XYZ 9.65 11.11 17.56 -
YUV 90.26 141.4 110.7 -
System Red Green Blue C M Y K H S L
Decimal 66 98 114 0.42 0.14 0 0.55 200 0.27 0.35
Hex 42 62 72 2A E 0 37 C8 1B 23
Octal 102 142 162 52 16 0 67 310 33 43
Binary 1000010 1100010 1110010 101010 1110 0 110111 11001000 11011 100011

Color Harmonies of #426272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426272

Black with #426272

Text Example


Text Example

White with #426272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426272; }

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

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

background-color css

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

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

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

border-color css

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

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

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