Html Css Color HEX #4799CD Picton Blue

📋 copy color: '#4799CD'

red 71 ◦ green 153 ◦ blue 205

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

Shades of Picton Blue #4799CD

Tints of Picton Blue #4799CD

RGB

 RED value IS 71 (28.13% from 255) = 16.55%

 GREEN value IS 153 (60.16% from 255) = 35.66%

 BLUE value IS 205 (80.47% from 255) = 47.79%

R = 16.55%
G = 35.66%
B = 47.79%

CMYK

 C value IS 0.65

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4799CD (or 0x4799CD) is known color: Picton Blue. HEX triplet: 47, 99 and CD. RGB value is (71,153,205). Sum of RGB (Red+Green+Blue) = 71+153+205=429 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.55% from 429); Green value is 153 (60.16% from 255 or 35.66% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #4799CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4799CD is #B86632. Grayscale: #868686. Windows color (decimal): -12084787 or 13474119. OLE color: 13474119.

HSL color Cylindrical-coordinate representation of color #4799CD: hue angle of 203.28º degrees, saturation: 0.57, 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 #4799CD is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 153 205 -
CMYK 0.65 0.25 0 0.20
HSL 203.28º 0.57% 0.54% -
HSV(B) 203.28º 0.65% 0.8% -
XYZ 25.01 28.53 61.95 -
YUV 134.41 167.83 82.77 -
System Red Green Blue C M Y K H S L
Decimal 71 153 205 0.65 0.25 0 0.20 203.28 0.57 0.54
Hex 47 99 CD 41 19 0 14 CB 39 36
Octal 107 231 315 101 31 0 24 313 71 66
Binary 1000111 10011001 11001101 1000001 11001 0 10100 11001011 111001 110110

Color Harmonies of #4799CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4799CD

Black with #4799CD

Text Example


Text Example

White with #4799CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4799CD; }

 p { color: rgb(71,153,205); }

 H1.HeaderClassName
 {
   color: #4799CD;
 }
 .AnyTagClassName
 {
   color: #4799CD;
 }
</style>

background-color css

<style>
 a { background-color: #4799CD; }

 a { background-color: rgb(71,153,205); }

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

border-color css

<style>
 span { border-color: #4799CD; }

 span { border-color: rgb(71,153,205); }

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