Html Css Color HEX #468FA4 Boston Blue

📋 copy color: '#468FA4'

red 70 ◦ green 143 ◦ blue 164

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

Shades of Boston Blue #468FA4

Tints of Boston Blue #468FA4

RGB

 RED value IS 70 (27.73% from 255) = 18.57%

 GREEN value IS 143 (56.25% from 255) = 37.93%

 BLUE value IS 164 (64.45% from 255) = 43.5%

R = 18.57%
G = 37.93%
B = 43.5%

CMYK

 C value IS 0.57

 M value IS 0.13

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#468FA4 (or 0x468FA4) is known color: Boston Blue. HEX triplet: 46, 8F and A4. RGB value is (70,143,164). Sum of RGB (Red+Green+Blue) = 70+143+164=377 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.57% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 164 (64.45% from 255 or 43.50% from 377); Max value from RGB is 164 - color contains mainly: blue. Hex color #468FA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468FA4 is #B9705B. Grayscale: #7B7B7B. Windows color (decimal): -12152924 or 10784582. OLE color: 10784582.

HSL color Cylindrical-coordinate representation of color #468FA4: hue angle of 193.4º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #468FA4 is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 70 143 164 -
CMYK 0.57 0.13 0 0.36
HSL 193.4º 0.4% 0.46% -
HSV(B) 193.4º 0.57% 0.64% -
XYZ 19.05 23.63 38.68 -
YUV 123.57 150.82 89.79 -
System Red Green Blue C M Y K H S L
Decimal 70 143 164 0.57 0.13 0 0.36 193.4 0.4 0.46
Hex 46 8F A4 39 D 0 24 C1 28 2E
Octal 106 217 244 71 15 0 44 301 50 56
Binary 1000110 10001111 10100100 111001 1101 0 100100 11000001 101000 101110

Color Harmonies of #468FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468FA4

Black with #468FA4

Text Example


Text Example

White with #468FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468FA4; }

 p { color: rgb(70,143,164); }

 H1.HeaderClassName
 {
   color: #468FA4;
 }
 .AnyTagClassName
 {
   color: #468FA4;
 }
</style>

background-color css

<style>
 a { background-color: #468FA4; }

 a { background-color: rgb(70,143,164); }

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

border-color css

<style>
 span { border-color: #468FA4; }

 span { border-color: rgb(70,143,164); }

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