Html Css Color HEX #469CAC Boston Blue

📋 copy color: '#469CAC'

red 70 ◦ green 156 ◦ blue 172

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

Shades of Boston Blue #469CAC

Tints of Boston Blue #469CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.22%

R = 17.59%
G = 39.2%
B = 43.22%

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

#469CAC (or 0x469CAC) is known color: Boston Blue. HEX triplet: 46, 9C and AC. RGB value is (70,156,172). Sum of RGB (Red+Green+Blue) = 70+156+172=398 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.59% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 172 - color contains mainly: blue. Hex color #469CAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469CAC is #B96353. Grayscale: #838383. Windows color (decimal): -12149588 or 11312198. OLE color: 11312198.

HSL color Cylindrical-coordinate representation of color #469CAC: hue angle of 189.41º 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 #469CAC is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 70 156 172 -
CMYK 0.59 0.09 0 0.33
HSL 189.41º 0.42% 0.47% -
HSV(B) 189.41º 0.59% 0.67% -
XYZ 21.86 28.06 43.29 -
YUV 132.11 150.51 83.7 -
System Red Green Blue C M Y K H S L
Decimal 70 156 172 0.59 0.09 0 0.33 189.41 0.42 0.47
Hex 46 9C AC 3B 9 0 21 BD 2A 2F
Octal 106 234 254 73 11 0 41 275 52 57
Binary 1000110 10011100 10101100 111011 1001 0 100001 10111101 101010 101111

Color Harmonies of #469CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469CAC

Black with #469CAC

Text Example


Text Example

White with #469CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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