Html Css Color HEX #4CA0DE Picton Blue

📋 copy color: '#4CA0DE'

red 76 ◦ green 160 ◦ blue 222

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

Shades of Picton Blue #4CA0DE

Tints of Picton Blue #4CA0DE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.93%

 BLUE value IS 222 (87.11% from 255) = 48.47%

R = 16.59%
G = 34.93%
B = 48.47%

CMYK

 C value IS 0.66

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4CA0DE (or 0x4CA0DE) is known color: Picton Blue. HEX triplet: 4C, A0 and DE. RGB value is (76,160,222). Sum of RGB (Red+Green+Blue) = 76+160+222=458 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.59% from 458); Green value is 160 (62.89% from 255 or 34.93% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 222 - color contains mainly: blue. Hex color #4CA0DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CA0DE is #B35F21. Grayscale: #8D8D8D. Windows color (decimal): -11755298 or 14590028. OLE color: 14590028.

HSL color Cylindrical-coordinate representation of color #4CA0DE: hue angle of 205.48º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CA0DE is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 76 160 222 -
CMYK 0.66 0.28 0 0.13
HSL 205.48º 0.69% 0.58% -
HSV(B) 205.48º 0.66% 0.87% -
XYZ 28.74 31.95 73.76 -
YUV 141.95 173.17 80.96 -
System Red Green Blue C M Y K H S L
Decimal 76 160 222 0.66 0.28 0 0.13 205.48 0.69 0.58
Hex 4C A0 DE 42 1C 0 D CD 45 3A
Octal 114 240 336 102 34 0 15 315 105 72
Binary 1001100 10100000 11011110 1000010 11100 0 1101 11001101 1000101 111010

Color Harmonies of #4CA0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CA0DE

Black with #4CA0DE

Text Example


Text Example

White with #4CA0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,160,222); }

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

background-color css

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

 a { background-color: rgb(76,160,222); }

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

border-color css

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

 span { border-color: rgb(76,160,222); }

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