#42827A

Color #42827A Breaker Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Breaker Bay #42827A

Tints of Breaker Bay #42827A

Color information

#42827A (or 0x42827A) is unknown color: approx Breaker Bay. HEX triplet: 42, 82 and 7A. RGB value is (66,130,122). Sum of RGB (Red+Green+Blue) = 66+130+122=318 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.75% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 122 (48.05% from 255 or 38.36% from 318); Max value from RGB is 130 - color contains mainly: green. Hex color #42827A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42827A is #BD7D85. Grayscale: #6D6D6D. Windows color (decimal): -12418438 or 8028738. OLE color: 8028738.

HSL color Cylindrical-coordinate representation of color #42827A: hue angle of 172.5º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #42827A is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB66130122-
CMYK0.4900.060.49
HSL172.5º32.65%38.43%-
HSV(B)172.5º49.23%50.98%-
XYZ13.7418.5321.26-
YUV109.95134.896.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.75%
GREEN value IS 130 (51.17% from 255) = 40.88%
BLUE value IS 122 (48.05% from 255) = 38.36%
R=20.75%
G=40.88%
B=38.36%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal661301220.4900.060.49172.532.6538.43
Hex42827A310631ac2126
Octal1022021726106612544146
Binary1000010100000101111010110001011011000110101100100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42827A; }

 p { color: rgb(66,130,122); }

 H1.HeaderClassName
 {
   color: #42827A;
 }
 .AnyTagClassName
 {
   color: #42827A;
 }
</style>
background-color css

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

 a { background-color: rgb(66,130,122); }

 div.DivClassName
 {
   background-color: #42827A;
 }
 .BgClassName
 {
   background-color: #42827A;
 }
</style>
border-color css

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

 span { border-color: rgb(66,130,122); }

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