#4998CD

Color #4998CD Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #4998CD

Tints of Picton Blue #4998CD

Color information

#4998CD (or 0x4998CD) is unknown color: approx Picton Blue. HEX triplet: 49, 98 and CD. RGB value is (73,152,205). Sum of RGB (Red+Green+Blue) = 73+152+205=430 (56% of max value = 765). Red value is 73 (28.91% from 255 or 16.98% from 430); Green value is 152 (59.77% from 255 or 35.35% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #4998CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4998CD is #B66732. Grayscale: #868686. Windows color (decimal): -11953971 or 13473865. OLE color: 13473865.

HSL color Cylindrical-coordinate representation of color #4998CD: hue angle of 204.09º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4998CD is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB73152205-
CMYK0.640.2600.20
HSL204.09º56.9%54.51%-
HSV(B)204.09º64.39%80.39%-
XYZ2528.2861.9-
YUV134.42167.8384.19-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.98%
GREEN value IS 152 (59.77% from 255) = 35.35%
BLUE value IS 205 (80.47% from 255) = 47.67%
R=16.98%
G=35.35%
B=47.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal731522050.640.2600.20204.0956.954.51
Hex4998CD401A014cc3937
Octal111230315100320243147167
Binary1001001100110001100110110000001101001010011001100111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4998CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,152,205); }

 H1.HeaderClassName
 {
   color: #4998CD;
 }
 .AnyTagClassName
 {
   color: #4998CD;
 }
</style>
background-color css

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

 a { background-color: rgb(73,152,205); }

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

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

 span { border-color: rgb(73,152,205); }

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