Html Css Color HEX #4CA3CE Picton Blue

📋 copy color: '#4CA3CE'

red 76 ◦ green 163 ◦ blue 206

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

Shades of Picton Blue #4CA3CE

Tints of Picton Blue #4CA3CE

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.63%

 BLUE value IS 206 (80.86% from 255) = 46.29%

R = 17.08%
G = 36.63%
B = 46.29%

CMYK

 C value IS 0.63

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4CA3CE (or 0x4CA3CE) is known color: Picton Blue. HEX triplet: 4C, A3 and CE. RGB value is (76,163,206). Sum of RGB (Red+Green+Blue) = 76+163+206=445 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.08% from 445); Green value is 163 (64.06% from 255 or 36.63% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #4CA3CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CA3CE is #B35C31. Grayscale: #8D8D8D. Windows color (decimal): -11754546 or 13542220. OLE color: 13542220.

HSL color Cylindrical-coordinate representation of color #4CA3CE: hue angle of 199.85º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CA3CE is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 76 163 206 -
CMYK 0.63 0.21 0 0.19
HSL 199.85º 0.57% 0.55% -
HSV(B) 199.85º 0.63% 0.81% -
XYZ 27.22 32.19 63.17 -
YUV 141.89 164.18 81 -
System Red Green Blue C M Y K H S L
Decimal 76 163 206 0.63 0.21 0 0.19 199.85 0.57 0.55
Hex 4C A3 CE 3F 15 0 13 C8 39 37
Octal 114 243 316 77 25 0 23 310 71 67
Binary 1001100 10100011 11001110 111111 10101 0 10011 11001000 111001 110111

Color Harmonies of #4CA3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CA3CE

Black with #4CA3CE

Text Example


Text Example

White with #4CA3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,163,206); }

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

background-color css

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

 a { background-color: rgb(76,163,206); }

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

border-color css

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

 span { border-color: rgb(76,163,206); }

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