Html Css Color HEX #469AB4 Boston Blue

📋 copy color: '#469AB4'

red 70 ◦ green 154 ◦ blue 180

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

Shades of Boston Blue #469AB4

Tints of Boston Blue #469AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 44.55%

R = 17.33%
G = 38.12%
B = 44.55%

CMYK

 C value IS 0.61

 M value IS 0.14

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#469AB4 (or 0x469AB4) is known color: Boston Blue. HEX triplet: 46, 9A and B4. RGB value is (70,154,180). Sum of RGB (Red+Green+Blue) = 70+154+180=404 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.33% from 404); Green value is 154 (60.55% from 255 or 38.12% from 404); Blue value is 180 (70.70% from 255 or 44.55% from 404); Max value from RGB is 180 - color contains mainly: blue. Hex color #469AB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469AB4 is #B9654B. Grayscale: #838383. Windows color (decimal): -12150092 or 11835974. OLE color: 11835974.

HSL color Cylindrical-coordinate representation of color #469AB4: hue angle of 194.18º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #469AB4 is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 70 154 180 -
CMYK 0.61 0.14 0 0.29
HSL 194.18º 0.44% 0.49% -
HSV(B) 194.18º 0.61% 0.71% -
XYZ 22.32 27.71 47.35 -
YUV 131.85 155.17 83.89 -
System Red Green Blue C M Y K H S L
Decimal 70 154 180 0.61 0.14 0 0.29 194.18 0.44 0.49
Hex 46 9A B4 3D E 0 1D C2 2C 31
Octal 106 232 264 75 16 0 35 302 54 61
Binary 1000110 10011010 10110100 111101 1110 0 11101 11000010 101100 110001

Color Harmonies of #469AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469AB4

Black with #469AB4

Text Example


Text Example

White with #469AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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