Html Css Color HEX #4CA3CF Picton Blue

📋 copy color: '#4CA3CF'

red 76 ◦ green 163 ◦ blue 207

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

Shades of Picton Blue #4CA3CF

Tints of Picton Blue #4CA3CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.41%

R = 17.04%
G = 36.55%
B = 46.41%

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

#4CA3CF (or 0x4CA3CF) is known color: Picton Blue. HEX triplet: 4C, A3 and CF. RGB value is (76,163,207). Sum of RGB (Red+Green+Blue) = 76+163+207=446 (59% of max value = 765). Red value is 76 (30.08% from 255 or 17.04% from 446); Green value is 163 (64.06% from 255 or 36.55% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #4CA3CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CA3CF is #B35C30. Grayscale: #8D8D8D. Windows color (decimal): -11754545 or 13607756. OLE color: 13607756.

HSL color Cylindrical-coordinate representation of color #4CA3CF: hue angle of 200.15º degrees, saturation: 0.58, 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 #4CA3CF is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 76 163 207 -
CMYK 0.63 0.21 0 0.19
HSL 200.15º 0.58% 0.55% -
HSV(B) 200.15º 0.63% 0.81% -
XYZ 27.34 32.24 63.81 -
YUV 142 164.68 80.92 -
System Red Green Blue C M Y K H S L
Decimal 76 163 207 0.63 0.21 0 0.19 200.15 0.58 0.55
Hex 4C A3 CF 3F 15 0 13 C8 3A 37
Octal 114 243 317 77 25 0 23 310 72 67
Binary 1001100 10100011 11001111 111111 10101 0 10011 11001000 111010 110111

Color Harmonies of #4CA3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CA3CF

Black with #4CA3CF

Text Example


Text Example

White with #4CA3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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