Html Css Color HEX #4893CE Picton Blue

📋 copy color: '#4893CE'

red 72 ◦ green 147 ◦ blue 206

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

Shades of Picton Blue #4893CE

Tints of Picton Blue #4893CE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.59%

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

R = 16.94%
G = 34.59%
B = 48.47%

CMYK

 C value IS 0.65

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4893CE (or 0x4893CE) is known color: Picton Blue. HEX triplet: 48, 93 and CE. RGB value is (72,147,206). Sum of RGB (Red+Green+Blue) = 72+147+206=425 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.94% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #4893CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4893CE is #B76C31. Grayscale: #828282. Windows color (decimal): -12020786 or 13538120. OLE color: 13538120.

HSL color Cylindrical-coordinate representation of color #4893CE: hue angle of 206.42º 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 #4893CE is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 147 206 -
CMYK 0.65 0.29 0 0.19
HSL 206.42º 0.58% 0.55% -
HSV(B) 206.42º 0.65% 0.81% -
XYZ 24.25 26.7 62.27 -
YUV 131.3 170.15 85.7 -
System Red Green Blue C M Y K H S L
Decimal 72 147 206 0.65 0.29 0 0.19 206.42 0.58 0.55
Hex 48 93 CE 41 1D 0 13 CE 3A 37
Octal 110 223 316 101 35 0 23 316 72 67
Binary 1001000 10010011 11001110 1000001 11101 0 10011 11001110 111010 110111

Color Harmonies of #4893CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4893CE

Black with #4893CE

Text Example


Text Example

White with #4893CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4893CE; }

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

 H1.HeaderClassName
 {
   color: #4893CE;
 }
 .AnyTagClassName
 {
   color: #4893CE;
 }
</style>

background-color css

<style>
 a { background-color: #4893CE; }

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

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

border-color css

<style>
 span { border-color: #4893CE; }

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

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