Html Css Color HEX #489BCC Picton Blue

📋 copy color: '#489BCC'

red 72 ◦ green 155 ◦ blue 204

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

Shades of Picton Blue #489BCC

Tints of Picton Blue #489BCC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.96%

 BLUE value IS 204 (80.08% from 255) = 47.33%

R = 16.71%
G = 35.96%
B = 47.33%

CMYK

 C value IS 0.65

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#489BCC (or 0x489BCC) is known color: Picton Blue. HEX triplet: 48, 9B and CC. RGB value is (72,155,204). Sum of RGB (Red+Green+Blue) = 72+155+204=431 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.71% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #489BCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489BCC is #B76433. Grayscale: #878787. Windows color (decimal): -12018740 or 13409096. OLE color: 13409096.

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

Color convert

RGB 72 155 204 -
CMYK 0.65 0.24 0 0.2
HSL 202.27º 0.56% 0.54% -
HSV(B) 202.27º 0.65% 0.8% -
XYZ 25.29 29.18 61.43 -
YUV 135.77 166.5 82.52 -
System Red Green Blue C M Y K H S L
Decimal 72 155 204 0.65 0.24 0 0.2 202.27 0.56 0.54
Hex 48 9B CC 41 18 0 14 CA 38 36
Octal 110 233 314 101 30 0 24 312 70 66
Binary 1001000 10011011 11001100 1000001 11000 0 10100 11001010 111000 110110

Color Harmonies of #489BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489BCC

Black with #489BCC

Text Example


Text Example

White with #489BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,155,204); }

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

background-color css

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

 a { background-color: rgb(72,155,204); }

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

border-color css

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

 span { border-color: rgb(72,155,204); }

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