Html Css Color HEX #4C9BCD Picton Blue

📋 copy color: '#4C9BCD'

red 76 ◦ green 155 ◦ blue 205

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

Shades of Picton Blue #4C9BCD

Tints of Picton Blue #4C9BCD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.55%

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

R = 17.43%
G = 35.55%
B = 47.02%

CMYK

 C value IS 0.63

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4C9BCD (or 0x4C9BCD) is known color: Picton Blue. HEX triplet: 4C, 9B and CD. RGB value is (76,155,205). Sum of RGB (Red+Green+Blue) = 76+155+205=436 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.43% from 436); Green value is 155 (60.94% from 255 or 35.55% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #4C9BCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C9BCD is #B36432. Grayscale: #888888. Windows color (decimal): -11756595 or 13474636. OLE color: 13474636.

HSL color Cylindrical-coordinate representation of color #4C9BCD: hue angle of 203.26º degrees, saturation: 0.56, 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 #4C9BCD is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 76 155 205 -
CMYK 0.63 0.24 0 0.20
HSL 203.26º 0.56% 0.55% -
HSV(B) 203.26º 0.63% 0.8% -
XYZ 25.72 29.39 62.07 -
YUV 137.08 166.33 84.43 -
System Red Green Blue C M Y K H S L
Decimal 76 155 205 0.63 0.24 0 0.20 203.26 0.56 0.55
Hex 4C 9B CD 3F 18 0 14 CB 38 37
Octal 114 233 315 77 30 0 24 313 70 67
Binary 1001100 10011011 11001101 111111 11000 0 10100 11001011 111000 110111

Color Harmonies of #4C9BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C9BCD

Black with #4C9BCD

Text Example


Text Example

White with #4C9BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,155,205); }

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

background-color css

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

 a { background-color: rgb(76,155,205); }

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

border-color css

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

 span { border-color: rgb(76,155,205); }

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