Html Css Color HEX #4C98DF Picton Blue

📋 copy color: '#4C98DF'

red 76 ◦ green 152 ◦ blue 223

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

Shades of Picton Blue #4C98DF

Tints of Picton Blue #4C98DF

RGB

 RED value IS 76 (30.08% from 255) = 16.85%

 GREEN value IS 152 (59.77% from 255) = 33.7%

 BLUE value IS 223 (87.5% from 255) = 49.45%

R = 16.85%
G = 33.7%
B = 49.45%

CMYK

 C value IS 0.66

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4C98DF (or 0x4C98DF) is known color: Picton Blue. HEX triplet: 4C, 98 and DF. RGB value is (76,152,223). Sum of RGB (Red+Green+Blue) = 76+152+223=451 (59% of max value = 765). Red value is 76 (30.08% from 255 or 16.85% from 451); Green value is 152 (59.77% from 255 or 33.70% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #4C98DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C98DF is #B36720. Grayscale: #898989. Windows color (decimal): -11757345 or 14653516. OLE color: 14653516.

HSL color Cylindrical-coordinate representation of color #4C98DF: hue angle of 208.98º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C98DF is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 76 152 223 -
CMYK 0.66 0.32 0 0.13
HSL 208.98º 0.7% 0.59% -
HSV(B) 208.98º 0.66% 0.87% -
XYZ 27.53 29.32 74.02 -
YUV 137.37 176.32 84.23 -
System Red Green Blue C M Y K H S L
Decimal 76 152 223 0.66 0.32 0 0.13 208.98 0.7 0.59
Hex 4C 98 DF 42 20 0 D D1 46 3B
Octal 114 230 337 102 40 0 15 321 106 73
Binary 1001100 10011000 11011111 1000010 100000 0 1101 11010001 1000110 111011

Color Harmonies of #4C98DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C98DF

Black with #4C98DF

Text Example


Text Example

White with #4C98DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C98DF; }

 p { color: rgb(76,152,223); }

 H1.HeaderClassName
 {
   color: #4C98DF;
 }
 .AnyTagClassName
 {
   color: #4C98DF;
 }
</style>

background-color css

<style>
 a { background-color: #4C98DF; }

 a { background-color: rgb(76,152,223); }

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

border-color css

<style>
 span { border-color: #4C98DF; }

 span { border-color: rgb(76,152,223); }

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