Html Css Color HEX #488AC6 Havelock Blue

📋 copy color: '#488AC6'

red 72 ◦ green 138 ◦ blue 198

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

Shades of Havelock Blue #488AC6

Tints of Havelock Blue #488AC6

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.82%

 BLUE value IS 198 (77.73% from 255) = 48.53%

R = 17.65%
G = 33.82%
B = 48.53%

CMYK

 C value IS 0.64

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#488AC6 (or 0x488AC6) is known color: Havelock Blue. HEX triplet: 48, 8A and C6. RGB value is (72,138,198). Sum of RGB (Red+Green+Blue) = 72+138+198=408 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.65% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 198 (77.73% from 255 or 48.53% from 408); Max value from RGB is 198 - color contains mainly: blue. Hex color #488AC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488AC6 is #B77539. Grayscale: #7C7C7C. Windows color (decimal): -12023098 or 13011528. OLE color: 13011528.

HSL color Cylindrical-coordinate representation of color #488AC6: hue angle of 208.57º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #488AC6 is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 72 138 198 -
CMYK 0.64 0.30 0 0.22
HSL 208.57º 0.53% 0.53% -
HSV(B) 208.57º 0.64% 0.78% -
XYZ 21.95 23.63 56.83 -
YUV 125.11 169.13 90.12 -
System Red Green Blue C M Y K H S L
Decimal 72 138 198 0.64 0.30 0 0.22 208.57 0.53 0.53
Hex 48 8A C6 40 1E 0 16 D1 34 35
Octal 110 212 306 100 36 0 26 321 64 65
Binary 1001000 10001010 11000110 1000000 11110 0 10110 11010001 110100 110101

Color Harmonies of #488AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488AC6

Black with #488AC6

Text Example


Text Example

White with #488AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488AC6; }

 p { color: rgb(72,138,198); }

 H1.HeaderClassName
 {
   color: #488AC6;
 }
 .AnyTagClassName
 {
   color: #488AC6;
 }
</style>

background-color css

<style>
 a { background-color: #488AC6; }

 a { background-color: rgb(72,138,198); }

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

border-color css

<style>
 span { border-color: #488AC6; }

 span { border-color: rgb(72,138,198); }

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