#456FAF

Color #456FAF San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #456FAF

Tints of San Marino #456FAF

Color information

#456FAF (or 0x456FAF) is unknown color: approx San Marino. HEX triplet: 45, 6F and AF. RGB value is (69,111,175). Sum of RGB (Red+Green+Blue) = 69+111+175=355 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.44% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 175 (68.75% from 255 or 49.30% from 355); Max value from RGB is 175 - color contains mainly: blue. Hex color #456FAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456FAF is #BA9050. Grayscale: #696969. Windows color (decimal): -12226641 or 11497285. OLE color: 11497285.

HSL color Cylindrical-coordinate representation of color #456FAF: hue angle of 216.23º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #456FAF is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB69111175-
CMYK0.610.3700.31
HSL216.23º43.44%47.84%-
HSV(B)216.23º60.57%68.63%-
XYZ15.8815.7342.76-
YUV105.74167.09101.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.44%
GREEN value IS 111 (43.75% from 255) = 31.27%
BLUE value IS 175 (68.75% from 255) = 49.30%
R=19.44%
G=31.27%
B=49.30%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal691111750.610.3700.31216.2343.4447.84
Hex456FAF3D2501Fd82b30
Octal10515725775450373305360
Binary100010111011111010111111110110010101111111011000101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456FAF; }

 p { color: rgb(69,111,175); }

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

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

 a { background-color: rgb(69,111,175); }

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

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

 span { border-color: rgb(69,111,175); }

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