Html Css Color HEX #427280 Bismark

📋 copy color: '#427280'

red 66 ◦ green 114 ◦ blue 128

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

Shades of Bismark #427280

Tints of Bismark #427280

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.01%

 BLUE value IS 128 (50.39% from 255) = 41.56%

R = 21.43%
G = 37.01%
B = 41.56%

CMYK

 C value IS 0.48

 M value IS 0.11

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#427280 (or 0x427280) is known color: Bismark. HEX triplet: 42, 72 and 80. RGB value is (66,114,128). Sum of RGB (Red+Green+Blue) = 66+114+128=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 114 (44.92% from 255 or 37.01% from 308); Blue value is 128 (50.39% from 255 or 41.56% from 308); Max value from RGB is 128 - color contains mainly: blue. Hex color #427280 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427280 is #BD8D7F. Grayscale: #656565. Windows color (decimal): -12422528 or 8417858. OLE color: 8417858.

HSL color Cylindrical-coordinate representation of color #427280: hue angle of 193.55º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #427280 is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 66 114 128 -
CMYK 0.48 0.11 0 0.50
HSL 193.55º 0.32% 0.38% -
HSV(B) 193.55º 0.48% 0.5% -
XYZ 12.16 14.75 22.63 -
YUV 101.24 143.1 102.86 -
System Red Green Blue C M Y K H S L
Decimal 66 114 128 0.48 0.11 0 0.50 193.55 0.32 0.38
Hex 42 72 80 30 B 0 32 C2 20 26
Octal 102 162 200 60 13 0 62 302 40 46
Binary 1000010 1110010 10000000 110000 1011 0 110010 11000010 100000 100110

Color Harmonies of #427280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427280

Black with #427280

Text Example


Text Example

White with #427280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427280; }

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

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

background-color css

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

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

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

border-color css

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

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

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