Html Css Color HEX #4095AF Boston Blue

📋 copy color: '#4095AF'

red 64 ◦ green 149 ◦ blue 175

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

Shades of Boston Blue #4095AF

Tints of Boston Blue #4095AF

RGB

 RED value IS 64 (25.39% from 255) = 16.49%

 GREEN value IS 149 (58.59% from 255) = 38.4%

 BLUE value IS 175 (68.75% from 255) = 45.1%

R = 16.49%
G = 38.4%
B = 45.1%

CMYK

 C value IS 0.63

 M value IS 0.15

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4095AF (or 0x4095AF) is known color: Boston Blue. HEX triplet: 40, 95 and AF. RGB value is (64,149,175). Sum of RGB (Red+Green+Blue) = 64+149+175=388 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.49% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: blue. Hex color #4095AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4095AF is #BF6A50. Grayscale: #7E7E7E. Windows color (decimal): -12544593 or 11507008. OLE color: 11507008.

HSL color Cylindrical-coordinate representation of color #4095AF: hue angle of 194.05º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4095AF is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 64 149 175 -
CMYK 0.63 0.15 0 0.31
HSL 194.05º 0.46% 0.47% -
HSV(B) 194.05º 0.63% 0.69% -
XYZ 20.6 25.68 44.43 -
YUV 126.55 155.34 83.39 -
System Red Green Blue C M Y K H S L
Decimal 64 149 175 0.63 0.15 0 0.31 194.05 0.46 0.47
Hex 40 95 AF 3F F 0 1F C2 2E 2F
Octal 100 225 257 77 17 0 37 302 56 57
Binary 1000000 10010101 10101111 111111 1111 0 11111 11000010 101110 101111

Color Harmonies of #4095AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4095AF

Black with #4095AF

Text Example


Text Example

White with #4095AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4095AF; }

 p { color: rgb(64,149,175); }

 H1.HeaderClassName
 {
   color: #4095AF;
 }
 .AnyTagClassName
 {
   color: #4095AF;
 }
</style>

background-color css

<style>
 a { background-color: #4095AF; }

 a { background-color: rgb(64,149,175); }

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

border-color css

<style>
 span { border-color: #4095AF; }

 span { border-color: rgb(64,149,175); }

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