Html Css Color HEX #469ABC Boston Blue

📋 copy color: '#469ABC'

red 70 ◦ green 154 ◦ blue 188

#469ABC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Boston Blue #469ABC

Tints of Boston Blue #469ABC

RGB

 RED value IS 70 (27.73% from 255) = 16.99%

 GREEN value IS 154 (60.55% from 255) = 37.38%

 BLUE value IS 188 (73.83% from 255) = 45.63%

R = 16.99%
G = 37.38%
B = 45.63%

CMYK

 C value IS 0.63

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#469ABC (or 0x469ABC) is known color: Boston Blue. HEX triplet: 46, 9A and BC. RGB value is (70,154,188). Sum of RGB (Red+Green+Blue) = 70+154+188=412 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.99% from 412); Green value is 154 (60.55% from 255 or 37.38% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #469ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469ABC is #B96543. Grayscale: #848484. Windows color (decimal): -12150084 or 12360262. OLE color: 12360262.

HSL color Cylindrical-coordinate representation of color #469ABC: hue angle of 197.29º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #469ABC is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 70 154 188 -
CMYK 0.63 0.18 0 0.26
HSL 197.29º 0.47% 0.51% -
HSV(B) 197.29º 0.63% 0.74% -
XYZ 23.16 28.04 51.77 -
YUV 132.76 159.17 83.24 -
System Red Green Blue C M Y K H S L
Decimal 70 154 188 0.63 0.18 0 0.26 197.29 0.47 0.51
Hex 46 9A BC 3F 12 0 1A C5 2F 33
Octal 106 232 274 77 22 0 32 305 57 63
Binary 1000110 10011010 10111100 111111 10010 0 11010 11000101 101111 110011

Color Harmonies of #469ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469ABC

Black with #469ABC

Text Example


Text Example

White with #469ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,154,188); }

 H1.HeaderClassName
 {
   color: #469ABC;
 }
 .AnyTagClassName
 {
   color: #469ABC;
 }
</style>

background-color css

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

 a { background-color: rgb(70,154,188); }

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

border-color css

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

 span { border-color: rgb(70,154,188); }

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