Html Css Color HEX #469CAB Boston Blue

📋 copy color: '#469CAB'

red 70 ◦ green 156 ◦ blue 171

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

Shades of Boston Blue #469CAB

Tints of Boston Blue #469CAB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.29%

 BLUE value IS 171 (67.19% from 255) = 43.07%

R = 17.63%
G = 39.29%
B = 43.07%

CMYK

 C value IS 0.59

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#469CAB (or 0x469CAB) is known color: Boston Blue. HEX triplet: 46, 9C and AB. RGB value is (70,156,171). Sum of RGB (Red+Green+Blue) = 70+156+171=397 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.63% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #469CAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469CAB is #B96354. Grayscale: #838383. Windows color (decimal): -12149589 or 11246662. OLE color: 11246662.

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

Color convert

RGB 70 156 171 -
CMYK 0.59 0.09 0 0.33
HSL 188.91º 0.42% 0.47% -
HSV(B) 188.91º 0.59% 0.67% -
XYZ 21.76 28.02 42.79 -
YUV 132 150.01 83.78 -
System Red Green Blue C M Y K H S L
Decimal 70 156 171 0.59 0.09 0 0.33 188.91 0.42 0.47
Hex 46 9C AB 3B 9 0 21 BD 2A 2F
Octal 106 234 253 73 11 0 41 275 52 57
Binary 1000110 10011100 10101011 111011 1001 0 100001 10111101 101010 101111

Color Harmonies of #469CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469CAB

Black with #469CAB

Text Example


Text Example

White with #469CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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