Html Css Color HEX #487AC3 Havelock Blue

📋 copy color: '#487AC3'

red 72 ◦ green 122 ◦ blue 195

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

Shades of Havelock Blue #487AC3

Tints of Havelock Blue #487AC3

RGB

 RED value IS 72 (28.52% from 255) = 18.51%

 GREEN value IS 122 (48.05% from 255) = 31.36%

 BLUE value IS 195 (76.56% from 255) = 50.13%

R = 18.51%
G = 31.36%
B = 50.13%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#487AC3 (or 0x487AC3) is known color: Havelock Blue. HEX triplet: 48, 7A and C3. RGB value is (72,122,195). Sum of RGB (Red+Green+Blue) = 72+122+195=389 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.51% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 195 (76.56% from 255 or 50.13% from 389); Max value from RGB is 195 - color contains mainly: blue. Hex color #487AC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487AC3 is #B7853C. Grayscale: #737373. Windows color (decimal): -12027197 or 12810824. OLE color: 12810824.

HSL color Cylindrical-coordinate representation of color #487AC3: hue angle of 215.61º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #487AC3 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 72 122 195 -
CMYK 0.63 0.37 0 0.24
HSL 215.61º 0.51% 0.52% -
HSV(B) 215.61º 0.63% 0.76% -
XYZ 19.48 19.24 54.32 -
YUV 115.37 172.94 97.06 -
System Red Green Blue C M Y K H S L
Decimal 72 122 195 0.63 0.37 0 0.24 215.61 0.51 0.52
Hex 48 7A C3 3F 25 0 18 D8 33 34
Octal 110 172 303 77 45 0 30 330 63 64
Binary 1001000 1111010 11000011 111111 100101 0 11000 11011000 110011 110100

Color Harmonies of #487AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487AC3

Black with #487AC3

Text Example


Text Example

White with #487AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487AC3; }

 p { color: rgb(72,122,195); }

 H1.HeaderClassName
 {
   color: #487AC3;
 }
 .AnyTagClassName
 {
   color: #487AC3;
 }
</style>

background-color css

<style>
 a { background-color: #487AC3; }

 a { background-color: rgb(72,122,195); }

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

border-color css

<style>
 span { border-color: #487AC3; }

 span { border-color: rgb(72,122,195); }

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