Html Css Color HEX #4195BC Boston Blue

📋 copy color: '#4195BC'

red 65 ◦ green 149 ◦ blue 188

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

Shades of Boston Blue #4195BC

Tints of Boston Blue #4195BC

RGB

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

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

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

R = 16.17%
G = 37.06%
B = 46.77%

CMYK

 C value IS 0.65

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4195BC (or 0x4195BC) is known color: Boston Blue. HEX triplet: 41, 95 and BC. RGB value is (65,149,188). Sum of RGB (Red+Green+Blue) = 65+149+188=402 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.17% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: blue. Hex color #4195BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4195BC is #BE6A43. Grayscale: #808080. Windows color (decimal): -12479044 or 12358977. OLE color: 12358977.

HSL color Cylindrical-coordinate representation of color #4195BC: hue angle of 199.02º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4195BC is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 65 149 188 -
CMYK 0.65 0.21 0 0.26
HSL 199.02º 0.49% 0.5% -
HSV(B) 199.02º 0.65% 0.74% -
XYZ 22 26.25 51.48 -
YUV 128.33 161.67 82.83 -
System Red Green Blue C M Y K H S L
Decimal 65 149 188 0.65 0.21 0 0.26 199.02 0.49 0.5
Hex 41 95 BC 41 15 0 1A C7 31 32
Octal 101 225 274 101 25 0 32 307 61 62
Binary 1000001 10010101 10111100 1000001 10101 0 11010 11000111 110001 110010

Color Harmonies of #4195BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4195BC

Black with #4195BC

Text Example


Text Example

White with #4195BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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