#454CAB

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

Shades of Governor Bay #454CAB

Tints of Governor Bay #454CAB

Color information

#454CAB (or 0x454CAB) is unknown color: approx Governor Bay. HEX triplet: 45, 4C and AB. RGB value is (69,76,171). Sum of RGB (Red+Green+Blue) = 69+76+171=316 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.84% from 316); Green value is 76 (30.08% from 255 or 24.05% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #454CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454CAB is #BAB354. Grayscale: #545454. Windows color (decimal): -12235605 or 11226181. OLE color: 11226181.

HSL color Cylindrical-coordinate representation of color #454CAB: hue angle of 235.88º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #454CAB is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6976171-
CMYK0.600.5600.33
HSL235.88º42.5%47.06%-
HSV(B)235.88º59.65%67.06%-
XYZ12.399.3739.68-
YUV84.74176.68116.78-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.84%
GREEN value IS 76 (30.08% from 255) = 24.05%
BLUE value IS 171 (67.19% from 255) = 54.11%
R=21.84%
G=24.05%
B=54.11%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal69761710.600.5600.33235.8842.547.06
Hex454CAB3C38021ec2a2f
Octal10511425374700413545257
Binary1000101100110010101011111100111000010000111101100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,76,171); }

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

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

 a { background-color: rgb(69,76,171); }

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

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

 span { border-color: rgb(69,76,171); }

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