Html Css Color HEX #48A2CE Picton Blue

📋 copy color: '#48A2CE'

red 72 ◦ green 162 ◦ blue 206

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

Shades of Picton Blue #48A2CE

Tints of Picton Blue #48A2CE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.82%

 BLUE value IS 206 (80.86% from 255) = 46.82%

R = 16.36%
G = 36.82%
B = 46.82%

CMYK

 C value IS 0.65

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#48A2CE (or 0x48A2CE) is known color: Picton Blue. HEX triplet: 48, A2 and CE. RGB value is (72,162,206). Sum of RGB (Red+Green+Blue) = 72+162+206=440 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.36% from 440); Green value is 162 (63.67% from 255 or 36.82% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #48A2CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A2CE is #B75D31. Grayscale: #8B8B8B. Windows color (decimal): -12016946 or 13541960. OLE color: 13541960.

HSL color Cylindrical-coordinate representation of color #48A2CE: hue angle of 199.7º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48A2CE is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 162 206 -
CMYK 0.65 0.21 0 0.19
HSL 199.7º 0.58% 0.55% -
HSV(B) 199.7º 0.65% 0.81% -
XYZ 26.73 31.67 63.1 -
YUV 140.11 165.18 79.42 -
System Red Green Blue C M Y K H S L
Decimal 72 162 206 0.65 0.21 0 0.19 199.7 0.58 0.55
Hex 48 A2 CE 41 15 0 13 C8 3A 37
Octal 110 242 316 101 25 0 23 310 72 67
Binary 1001000 10100010 11001110 1000001 10101 0 10011 11001000 111010 110111

Color Harmonies of #48A2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A2CE

Black with #48A2CE

Text Example


Text Example

White with #48A2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48A2CE; }

 p { color: rgb(72,162,206); }

 H1.HeaderClassName
 {
   color: #48A2CE;
 }
 .AnyTagClassName
 {
   color: #48A2CE;
 }
</style>

background-color css

<style>
 a { background-color: #48A2CE; }

 a { background-color: rgb(72,162,206); }

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

border-color css

<style>
 span { border-color: #48A2CE; }

 span { border-color: rgb(72,162,206); }

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