#454B6A

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

Shades of Port Gore #454B6A

Tints of Port Gore #454B6A

Color information

#454B6A (or 0x454B6A) is unknown color: approx Port Gore. HEX triplet: 45, 4B and 6A. RGB value is (69,75,106). Sum of RGB (Red+Green+Blue) = 69+75+106=250 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.6% from 250); Green value is 75 (29.69% from 255 or 30% from 250); Blue value is 106 (41.80% from 255 or 42.4% from 250); Max value from RGB is 106 - color contains mainly: blue. Hex color #454B6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454B6A is #BAB495. Grayscale: #4C4C4C. Windows color (decimal): -12235926 or 6966085. OLE color: 6966085.

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

Color convert

RGB6975106-
CMYK0.350.2900.58
HSL230.27º21.14%34.31%-
HSV(B)230.27º34.91%41.57%-
XYZ7.577.3414.65-
YUV76.74144.51122.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.6%
GREEN value IS 75 (29.69% from 255) = 30%
BLUE value IS 106 (41.80% from 255) = 42.4%
R=27.6%
G=30%
B=42.4%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal69751060.350.2900.58230.2721.1434.31
Hex454B6A231D03Ae61522
Octal10511315243350723462542
Binary1000101100101111010101000111110101110101110011010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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