Html Css Color HEX #4C91DD Picton Blue

📋 copy color: '#4C91DD'

red 76 ◦ green 145 ◦ blue 221

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

Shades of Picton Blue #4C91DD

Tints of Picton Blue #4C91DD

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.81%

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

R = 17.19%
G = 32.81%
B = 50%

CMYK

 C value IS 0.66

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4C91DD (or 0x4C91DD) is known color: Picton Blue. HEX triplet: 4C, 91 and DD. RGB value is (76,145,221). Sum of RGB (Red+Green+Blue) = 76+145+221=442 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.19% from 442); Green value is 145 (57.03% from 255 or 32.81% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #4C91DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C91DD is #B36E22. Grayscale: #848484. Windows color (decimal): -11759139 or 14520652. OLE color: 14520652.

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

Color convert

RGB 76 145 221 -
CMYK 0.66 0.34 0 0.13
HSL 211.45º 0.68% 0.58% -
HSV(B) 211.45º 0.66% 0.87% -
XYZ 26.16 27.01 72.24 -
YUV 133.03 177.64 87.32 -
System Red Green Blue C M Y K H S L
Decimal 76 145 221 0.66 0.34 0 0.13 211.45 0.68 0.58
Hex 4C 91 DD 42 22 0 D D3 44 3A
Octal 114 221 335 102 42 0 15 323 104 72
Binary 1001100 10010001 11011101 1000010 100010 0 1101 11010011 1000100 111010

Color Harmonies of #4C91DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C91DD

Black with #4C91DD

Text Example


Text Example

White with #4C91DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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