Html Css Color HEX #4C95DA Picton Blue

📋 copy color: '#4C95DA'

red 76 ◦ green 149 ◦ blue 218

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

Shades of Picton Blue #4C95DA

Tints of Picton Blue #4C95DA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.63%

 BLUE value IS 218 (85.55% from 255) = 49.21%

R = 17.16%
G = 33.63%
B = 49.21%

CMYK

 C value IS 0.65

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4C95DA (or 0x4C95DA) is known color: Picton Blue. HEX triplet: 4C, 95 and DA. RGB value is (76,149,218). Sum of RGB (Red+Green+Blue) = 76+149+218=443 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.16% from 443); Green value is 149 (58.59% from 255 or 33.63% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #4C95DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C95DA is #B36A25. Grayscale: #868686. Windows color (decimal): -11758118 or 14325068. OLE color: 14325068.

HSL color Cylindrical-coordinate representation of color #4C95DA: hue angle of 209.15º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C95DA is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 76 149 218 -
CMYK 0.65 0.32 0 0.15
HSL 209.15º 0.66% 0.58% -
HSV(B) 209.15º 0.65% 0.85% -
XYZ 26.38 28.09 70.36 -
YUV 135.04 174.82 85.89 -
System Red Green Blue C M Y K H S L
Decimal 76 149 218 0.65 0.32 0 0.15 209.15 0.66 0.58
Hex 4C 95 DA 41 20 0 F D1 42 3A
Octal 114 225 332 101 40 0 17 321 102 72
Binary 1001100 10010101 11011010 1000001 100000 0 1111 11010001 1000010 111010

Color Harmonies of #4C95DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C95DA

Black with #4C95DA

Text Example


Text Example

White with #4C95DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,149,218); }

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

background-color css

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

 a { background-color: rgb(76,149,218); }

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

border-color css

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

 span { border-color: rgb(76,149,218); }

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