Html Css Color HEX #489DCB Picton Blue

📋 copy color: '#489DCB'

red 72 ◦ green 157 ◦ blue 203

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

Shades of Picton Blue #489DCB

Tints of Picton Blue #489DCB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.34%

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

R = 16.67%
G = 36.34%
B = 46.99%

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

#489DCB (or 0x489DCB) is known color: Picton Blue. HEX triplet: 48, 9D and CB. RGB value is (72,157,203). Sum of RGB (Red+Green+Blue) = 72+157+203=432 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.67% from 432); Green value is 157 (61.72% from 255 or 36.34% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #489DCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489DCB is #B76234. Grayscale: #888888. Windows color (decimal): -12018229 or 13344072. OLE color: 13344072.

HSL color Cylindrical-coordinate representation of color #489DCB: hue angle of 201.07º 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 #489DCB is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 72 157 203 -
CMYK 0.65 0.23 0 0.20
HSL 201.07º 0.56% 0.54% -
HSV(B) 201.07º 0.65% 0.8% -
XYZ 25.51 29.8 60.91 -
YUV 136.83 165.34 81.76 -
System Red Green Blue C M Y K H S L
Decimal 72 157 203 0.65 0.23 0 0.20 201.07 0.56 0.54
Hex 48 9D CB 41 17 0 14 C9 38 36
Octal 110 235 313 101 27 0 24 311 70 66
Binary 1001000 10011101 11001011 1000001 10111 0 10100 11001001 111000 110110

Color Harmonies of #489DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489DCB

Black with #489DCB

Text Example


Text Example

White with #489DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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