Html Css Color HEX #4195AF Boston Blue

📋 copy color: '#4195AF'

red 65 ◦ green 149 ◦ blue 175

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

Shades of Boston Blue #4195AF

Tints of Boston Blue #4195AF

RGB

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

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

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

R = 16.71%
G = 38.3%
B = 44.99%

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

#4195AF (or 0x4195AF) is known color: Boston Blue. HEX triplet: 41, 95 and AF. RGB value is (65,149,175). Sum of RGB (Red+Green+Blue) = 65+149+175=389 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.71% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 175 - color contains mainly: blue. Hex color #4195AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4195AF is #BE6A50. Grayscale: #7E7E7E. Windows color (decimal): -12479057 or 11507009. OLE color: 11507009.

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

Color convert

RGB 65 149 175 -
CMYK 0.63 0.15 0 0.31
HSL 194.18º 0.46% 0.47% -
HSV(B) 194.18º 0.63% 0.69% -
XYZ 20.67 25.71 44.43 -
YUV 126.85 155.17 83.89 -
System Red Green Blue C M Y K H S L
Decimal 65 149 175 0.63 0.15 0 0.31 194.18 0.46 0.47
Hex 41 95 AF 3F F 0 1F C2 2E 2F
Octal 101 225 257 77 17 0 37 302 56 57
Binary 1000001 10010101 10101111 111111 1111 0 11111 11000010 101110 101111

Color Harmonies of #4195AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4195AF

Black with #4195AF

Text Example


Text Example

White with #4195AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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