Html Css Color HEX #4CA8DD Picton Blue

📋 copy color: '#4CA8DD'

red 76 ◦ green 168 ◦ blue 221

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

Shades of Picton Blue #4CA8DD

Tints of Picton Blue #4CA8DD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.13%

 BLUE value IS 221 (86.72% from 255) = 47.53%

R = 16.34%
G = 36.13%
B = 47.53%

CMYK

 C value IS 0.66

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4CA8DD (or 0x4CA8DD) is known color: Picton Blue. HEX triplet: 4C, A8 and DD. RGB value is (76,168,221). Sum of RGB (Red+Green+Blue) = 76+168+221=465 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.34% from 465); Green value is 168 (66.02% from 255 or 36.13% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #4CA8DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CA8DD is #B35722. Grayscale: #929292. Windows color (decimal): -11753251 or 14526540. OLE color: 14526540.

HSL color Cylindrical-coordinate representation of color #4CA8DD: hue angle of 201.93º degrees, saturation: 0.68, 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 #4CA8DD is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 76 168 221 -
CMYK 0.66 0.24 0 0.13
HSL 201.93º 0.68% 0.58% -
HSV(B) 201.93º 0.66% 0.87% -
XYZ 30.03 34.76 73.53 -
YUV 146.53 170.02 77.69 -
System Red Green Blue C M Y K H S L
Decimal 76 168 221 0.66 0.24 0 0.13 201.93 0.68 0.58
Hex 4C A8 DD 42 18 0 D CA 44 3A
Octal 114 250 335 102 30 0 15 312 104 72
Binary 1001100 10101000 11011101 1000010 11000 0 1101 11001010 1000100 111010

Color Harmonies of #4CA8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CA8DD

Black with #4CA8DD

Text Example


Text Example

White with #4CA8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,168,221); }

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

background-color css

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

 a { background-color: rgb(76,168,221); }

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

border-color css

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

 span { border-color: rgb(76,168,221); }

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