Html Css Color HEX #4C98CB Picton Blue

📋 copy color: '#4C98CB'

red 76 ◦ green 152 ◦ blue 203

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

Shades of Picton Blue #4C98CB

Tints of Picton Blue #4C98CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.1%

R = 17.63%
G = 35.27%
B = 47.1%

CMYK

 C value IS 0.63

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4C98CB (or 0x4C98CB) is known color: Picton Blue. HEX triplet: 4C, 98 and CB. RGB value is (76,152,203). Sum of RGB (Red+Green+Blue) = 76+152+203=431 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.63% from 431); Green value is 152 (59.77% from 255 or 35.27% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #4C98CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C98CB is #B36734. Grayscale: #868686. Windows color (decimal): -11757365 or 13342796. OLE color: 13342796.

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

Color convert

RGB 76 152 203 -
CMYK 0.63 0.25 0 0.20
HSL 204.09º 0.55% 0.55% -
HSV(B) 204.09º 0.63% 0.8% -
XYZ 24.99 28.3 60.65 -
YUV 135.09 166.32 85.85 -
System Red Green Blue C M Y K H S L
Decimal 76 152 203 0.63 0.25 0 0.20 204.09 0.55 0.55
Hex 4C 98 CB 3F 19 0 14 CC 37 37
Octal 114 230 313 77 31 0 24 314 67 67
Binary 1001100 10011000 11001011 111111 11001 0 10100 11001100 110111 110111

Color Harmonies of #4C98CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C98CB

Black with #4C98CB

Text Example


Text Example

White with #4C98CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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