Html Css Color HEX #469BBC Boston Blue

📋 copy color: '#469BBC'

red 70 ◦ green 155 ◦ blue 188

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

Shades of Boston Blue #469BBC

Tints of Boston Blue #469BBC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.53%

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

R = 16.95%
G = 37.53%
B = 45.52%

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

#469BBC (or 0x469BBC) is known color: Boston Blue. HEX triplet: 46, 9B and BC. RGB value is (70,155,188). Sum of RGB (Red+Green+Blue) = 70+155+188=413 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.95% from 413); Green value is 155 (60.94% from 255 or 37.53% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #469BBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469BBC is #B96443. Grayscale: #858585. Windows color (decimal): -12149828 or 12360518. OLE color: 12360518.

HSL color Cylindrical-coordinate representation of color #469BBC: hue angle of 196.78º 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 #469BBC is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 70 155 188 -
CMYK 0.63 0.18 0 0.26
HSL 196.78º 0.47% 0.51% -
HSV(B) 196.78º 0.63% 0.74% -
XYZ 23.32 28.38 51.82 -
YUV 133.35 158.84 82.82 -
System Red Green Blue C M Y K H S L
Decimal 70 155 188 0.63 0.18 0 0.26 196.78 0.47 0.51
Hex 46 9B BC 3F 12 0 1A C5 2F 33
Octal 106 233 274 77 22 0 32 305 57 63
Binary 1000110 10011011 10111100 111111 10010 0 11010 11000101 101111 110011

Color Harmonies of #469BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469BBC

Black with #469BBC

Text Example


Text Example

White with #469BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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