Html Css Color HEX #4A99CD Picton Blue

📋 copy color: '#4A99CD'

red 74 ◦ green 153 ◦ blue 205

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

Shades of Picton Blue #4A99CD

Tints of Picton Blue #4A99CD

RGB

 RED value IS 74 (29.3% from 255) = 17.13%

 GREEN value IS 153 (60.16% from 255) = 35.42%

 BLUE value IS 205 (80.47% from 255) = 47.45%

R = 17.13%
G = 35.42%
B = 47.45%

CMYK

 C value IS 0.64

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4A99CD (or 0x4A99CD) is known color: Picton Blue. HEX triplet: 4A, 99 and CD. RGB value is (74,153,205). Sum of RGB (Red+Green+Blue) = 74+153+205=432 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.13% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #4A99CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A99CD is #B56632. Grayscale: #878787. Windows color (decimal): -11888179 or 13474122. OLE color: 13474122.

HSL color Cylindrical-coordinate representation of color #4A99CD: hue angle of 203.82º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A99CD is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 74 153 205 -
CMYK 0.64 0.25 0 0.20
HSL 203.82º 0.57% 0.55% -
HSV(B) 203.82º 0.64% 0.8% -
XYZ 25.23 28.65 61.96 -
YUV 135.31 167.33 84.27 -
System Red Green Blue C M Y K H S L
Decimal 74 153 205 0.64 0.25 0 0.20 203.82 0.57 0.55
Hex 4A 99 CD 40 19 0 14 CC 39 37
Octal 112 231 315 100 31 0 24 314 71 67
Binary 1001010 10011001 11001101 1000000 11001 0 10100 11001100 111001 110111

Color Harmonies of #4A99CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A99CD

Black with #4A99CD

Text Example


Text Example

White with #4A99CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,153,205); }

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

background-color css

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

 a { background-color: rgb(74,153,205); }

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

border-color css

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

 span { border-color: rgb(74,153,205); }

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