Html Css Color HEX #427380 Bismark

📋 copy color: '#427380'

red 66 ◦ green 115 ◦ blue 128

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

Shades of Bismark #427380

Tints of Bismark #427380

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.22%

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

R = 21.36%
G = 37.22%
B = 41.42%

CMYK

 C value IS 0.48

 M value IS 0.10

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#427380 (or 0x427380) is known color: Bismark. HEX triplet: 42, 73 and 80. RGB value is (66,115,128). Sum of RGB (Red+Green+Blue) = 66+115+128=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 115 (45.31% from 255 or 37.22% from 309); Blue value is 128 (50.39% from 255 or 41.42% from 309); Max value from RGB is 128 - color contains mainly: blue. Hex color #427380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427380 is #BD8C7F. Grayscale: #656565. Windows color (decimal): -12422272 or 8418114. OLE color: 8418114.

HSL color Cylindrical-coordinate representation of color #427380: hue angle of 192.58º 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 #427380 is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 66 115 128 -
CMYK 0.48 0.10 0 0.50
HSL 192.58º 0.32% 0.38% -
HSV(B) 192.58º 0.48% 0.5% -
XYZ 12.27 14.98 22.67 -
YUV 101.83 142.77 102.44 -
System Red Green Blue C M Y K H S L
Decimal 66 115 128 0.48 0.10 0 0.50 192.58 0.32 0.38
Hex 42 73 80 30 A 0 32 C1 20 26
Octal 102 163 200 60 12 0 62 301 40 46
Binary 1000010 1110011 10000000 110000 1010 0 110010 11000001 100000 100110

Color Harmonies of #427380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427380

Black with #427380

Text Example


Text Example

White with #427380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427380; }

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

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

background-color css

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

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

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

border-color css

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

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

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