Html Css Color HEX #4192AF Boston Blue

📋 copy color: '#4192AF'

red 65 ◦ green 146 ◦ blue 175

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

Shades of Boston Blue #4192AF

Tints of Boston Blue #4192AF

RGB

 RED value IS 65 (25.78% from 255) = 16.84%

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

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

R = 16.84%
G = 37.82%
B = 45.34%

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

#4192AF (or 0x4192AF) is known color: Boston Blue. HEX triplet: 41, 92 and AF. RGB value is (65,146,175). Sum of RGB (Red+Green+Blue) = 65+146+175=386 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.84% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #4192AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4192AF is #BE6D50. Grayscale: #7C7C7C. Windows color (decimal): -12479825 or 11506241. OLE color: 11506241.

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

Color convert

RGB 65 146 175 -
CMYK 0.63 0.17 0 0.31
HSL 195.82º 0.46% 0.47% -
HSV(B) 195.82º 0.63% 0.69% -
XYZ 20.2 24.78 44.28 -
YUV 125.09 156.16 85.14 -
System Red Green Blue C M Y K H S L
Decimal 65 146 175 0.63 0.17 0 0.31 195.82 0.46 0.47
Hex 41 92 AF 3F 11 0 1F C4 2E 2F
Octal 101 222 257 77 21 0 37 304 56 57
Binary 1000001 10010010 10101111 111111 10001 0 11111 11000100 101110 101111

Color Harmonies of #4192AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4192AF

Black with #4192AF

Text Example


Text Example

White with #4192AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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