#454B6C

Color #454B6C Port Gore (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Port Gore #454B6C

Tints of Port Gore #454B6C

Color information

#454B6C (or 0x454B6C) is unknown color: approx Port Gore. HEX triplet: 45, 4B and 6C. RGB value is (69,75,108). Sum of RGB (Red+Green+Blue) = 69+75+108=252 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.38% from 252); Green value is 75 (29.69% from 255 or 29.76% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 108 - color contains mainly: blue. Hex color #454B6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454B6C is #BAB493. Grayscale: #4C4C4C. Windows color (decimal): -12235924 or 7097157. OLE color: 7097157.

HSL color Cylindrical-coordinate representation of color #454B6C: hue angle of 230.77º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #454B6C is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6975108-
CMYK0.360.3100.58
HSL230.77º22.03%34.71%-
HSV(B)230.77º36.11%42.35%-
XYZ7.687.3815.21-
YUV76.97145.51122.32-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.38%
GREEN value IS 75 (29.69% from 255) = 29.76%
BLUE value IS 108 (42.58% from 255) = 42.86%
R=27.38%
G=29.76%
B=42.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal69751080.360.3100.58230.7722.0334.71
Hex454B6C241F03Ae71623
Octal10511315444370723472643
Binary1000101100101111011001001001111101110101110011110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454B6C; }

 p { color: rgb(69,75,108); }

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

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

 a { background-color: rgb(69,75,108); }

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

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

 span { border-color: rgb(69,75,108); }

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