#458378

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

Shades of Breaker Bay #458378

Tints of Breaker Bay #458378

Color information

#458378 (or 0x458378) is unknown color: approx Breaker Bay. HEX triplet: 45, 83 and 78. RGB value is (69,131,120). Sum of RGB (Red+Green+Blue) = 69+131+120=320 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.56% from 320); Green value is 131 (51.56% from 255 or 40.94% from 320); Blue value is 120 (47.27% from 255 or 37.5% from 320); Max value from RGB is 131 - color contains mainly: green. Hex color #458378 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458378 is #BA7C87. Grayscale: #6F6F6F. Windows color (decimal): -12221576 or 7897925. OLE color: 7897925.

HSL color Cylindrical-coordinate representation of color #458378: hue angle of 169.35º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #458378 is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB69131120-
CMYK0.4700.080.49
HSL169.35º31%39.22%-
HSV(B)169.35º47.33%51.37%-
XYZ13.9618.8520.67-
YUV111.21132.9697.89-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.56%
GREEN value IS 131 (51.56% from 255) = 40.94%
BLUE value IS 120 (47.27% from 255) = 37.5%
R=21.56%
G=40.94%
B=37.5%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal691311200.4700.080.49169.353139.22
Hex4583782F0831a91f27
Octal10520317057010612513747
Binary1000101100000111111000101111010001100011010100111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458378; }

 p { color: rgb(69,131,120); }

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

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

 a { background-color: rgb(69,131,120); }

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

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

 span { border-color: rgb(69,131,120); }

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