#469CA4

Color #469CA4 Boston Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Boston Blue #469CA4

Tints of Boston Blue #469CA4

Color information

#469CA4 (or 0x469CA4) is unknown color: approx Boston Blue. HEX triplet: 46, 9C and A4. RGB value is (70,156,164). Sum of RGB (Red+Green+Blue) = 70+156+164=390 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.95% from 390); Green value is 156 (61.33% from 255 or 40% from 390); Blue value is 164 (64.45% from 255 or 42.05% from 390); Max value from RGB is 164 - color contains mainly: blue. Hex color #469CA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469CA4 is #B9635B. Grayscale: #838383. Windows color (decimal): -12149596 or 10787910. OLE color: 10787910.

HSL color Cylindrical-coordinate representation of color #469CA4: hue angle of 185.11º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #469CA4 is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB70156164-
CMYK0.570.0500.36
HSL185.11º40.17%45.88%-
HSV(B)185.11º57.32%64.31%-
XYZ21.1227.7639.37-
YUV131.2146.5184.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.95%
GREEN value IS 156 (61.33% from 255) = 40%
BLUE value IS 164 (64.45% from 255) = 42.05%
R=17.95%
G=40%
B=42.05%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal701561640.570.0500.36185.1140.1745.88
Hex469CA4395024b9282e
Octal1062342447150442715056
Binary10001101001110010100100111001101010010010111001101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469CA4; }

 p { color: rgb(70,156,164); }

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

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

 a { background-color: rgb(70,156,164); }

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

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

 span { border-color: rgb(70,156,164); }

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