Html Css Color HEX #4092AF Boston Blue

📋 copy color: '#4092AF'

red 64 ◦ green 146 ◦ blue 175

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

Shades of Boston Blue #4092AF

Tints of Boston Blue #4092AF

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.92%

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

R = 16.62%
G = 37.92%
B = 45.45%

CMYK

 C value IS 0.63

 M value IS 0.17

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4092AF (or 0x4092AF) is known color: Boston Blue. HEX triplet: 40, 92 and AF. RGB value is (64,146,175). Sum of RGB (Red+Green+Blue) = 64+146+175=385 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.62% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #4092AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4092AF is #BF6D50. Grayscale: #7C7C7C. Windows color (decimal): -12545361 or 11506240. OLE color: 11506240.

HSL color Cylindrical-coordinate representation of color #4092AF: hue angle of 195.68º 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 #4092AF is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 64 146 175 -
CMYK 0.63 0.17 0 0.31
HSL 195.68º 0.46% 0.47% -
HSV(B) 195.68º 0.63% 0.69% -
XYZ 20.13 24.74 44.27 -
YUV 124.79 156.33 84.64 -
System Red Green Blue C M Y K H S L
Decimal 64 146 175 0.63 0.17 0 0.31 195.68 0.46 0.47
Hex 40 92 AF 3F 11 0 1F C4 2E 2F
Octal 100 222 257 77 21 0 37 304 56 57
Binary 1000000 10010010 10101111 111111 10001 0 11111 11000100 101110 101111

Color Harmonies of #4092AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4092AF

Black with #4092AF

Text Example


Text Example

White with #4092AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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