#467975

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

Shades of Breaker Bay #467975

Tints of Breaker Bay #467975

Color information

#467975 (or 0x467975) is unknown color: approx Breaker Bay. HEX triplet: 46, 79 and 75. RGB value is (70,121,117). Sum of RGB (Red+Green+Blue) = 70+121+117=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 121 (47.66% from 255 or 39.29% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 121 - color contains mainly: green. Hex color #467975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467975 is #B9868A. Grayscale: #696969. Windows color (decimal): -12158603 or 7698758. OLE color: 7698758.

HSL color Cylindrical-coordinate representation of color #467975: hue angle of 175.29º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #467975 is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB70121117-
CMYK0.4200.030.53
HSL175.29º26.7%37.45%-
HSV(B)175.29º42.15%47.45%-
XYZ12.5716.2619.31-
YUV105.29134.6102.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.73%
GREEN value IS 121 (47.66% from 255) = 39.29%
BLUE value IS 117 (46.09% from 255) = 37.99%
R=22.73%
G=39.29%
B=37.99%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal701211170.4200.030.53175.2926.737.45
Hex4679752A0335af1b25
Octal1061711655203652573345
Binary1000110111100111101011010100111101011010111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467975; }

 p { color: rgb(70,121,117); }

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

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

 a { background-color: rgb(70,121,117); }

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

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

 span { border-color: rgb(70,121,117); }

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