Html Css Color HEX #489CCB Picton Blue

📋 copy color: '#489CCB'

red 72 ◦ green 156 ◦ blue 203

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

Shades of Picton Blue #489CCB

Tints of Picton Blue #489CCB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.19%

 BLUE value IS 203 (79.69% from 255) = 47.1%

R = 16.71%
G = 36.19%
B = 47.1%

CMYK

 C value IS 0.65

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#489CCB (or 0x489CCB) is known color: Picton Blue. HEX triplet: 48, 9C and CB. RGB value is (72,156,203). Sum of RGB (Red+Green+Blue) = 72+156+203=431 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.71% from 431); Green value is 156 (61.33% from 255 or 36.19% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #489CCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489CCB is #B76334. Grayscale: #878787. Windows color (decimal): -12018485 or 13343816. OLE color: 13343816.

HSL color Cylindrical-coordinate representation of color #489CCB: hue angle of 201.53º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #489CCB is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 72 156 203 -
CMYK 0.65 0.23 0 0.20
HSL 201.53º 0.56% 0.54% -
HSV(B) 201.53º 0.65% 0.8% -
XYZ 25.34 29.47 60.85 -
YUV 136.24 165.67 82.18 -
System Red Green Blue C M Y K H S L
Decimal 72 156 203 0.65 0.23 0 0.20 201.53 0.56 0.54
Hex 48 9C CB 41 17 0 14 CA 38 36
Octal 110 234 313 101 27 0 24 312 70 66
Binary 1001000 10011100 11001011 1000001 10111 0 10100 11001010 111000 110110

Color Harmonies of #489CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489CCB

Black with #489CCB

Text Example


Text Example

White with #489CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489CCB; }

 p { color: rgb(72,156,203); }

 H1.HeaderClassName
 {
   color: #489CCB;
 }
 .AnyTagClassName
 {
   color: #489CCB;
 }
</style>

background-color css

<style>
 a { background-color: #489CCB; }

 a { background-color: rgb(72,156,203); }

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

border-color css

<style>
 span { border-color: #489CCB; }

 span { border-color: rgb(72,156,203); }

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