#41827A

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

Shades of Breaker Bay #41827A

Tints of Breaker Bay #41827A

Color information

#41827A (or 0x41827A) is unknown color: approx Breaker Bay. HEX triplet: 41, 82 and 7A. RGB value is (65,130,122). Sum of RGB (Red+Green+Blue) = 65+130+122=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 130 - color contains mainly: green. Hex color #41827A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41827A is #BE7D85. Grayscale: #6D6D6D. Windows color (decimal): -12483974 or 8028737. OLE color: 8028737.

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

Color convert

RGB65130122-
CMYK0.5000.060.49
HSL172.62º33.33%38.24%-
HSV(B)172.62º50%50.98%-
XYZ13.6818.4921.26-
YUV109.65134.9796.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.50%
GREEN value IS 130 (51.17% from 255) = 41.01%
BLUE value IS 122 (48.05% from 255) = 38.49%
R=20.50%
G=41.01%
B=38.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal651301220.5000.060.49172.6233.3338.24
Hex41827A320631ad2126
Octal1012021726206612554146
Binary1000001100000101111010110010011011000110101101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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