Html Css Color HEX #4A95CE Picton Blue

📋 copy color: '#4A95CE'

red 74 ◦ green 149 ◦ blue 206

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

Shades of Picton Blue #4A95CE

Tints of Picton Blue #4A95CE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.73%

 BLUE value IS 206 (80.86% from 255) = 48.02%

R = 17.25%
G = 34.73%
B = 48.02%

CMYK

 C value IS 0.64

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4A95CE (or 0x4A95CE) is known color: Picton Blue. HEX triplet: 4A, 95 and CE. RGB value is (74,149,206). Sum of RGB (Red+Green+Blue) = 74+149+206=429 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.25% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #4A95CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A95CE is #B56A31. Grayscale: #848484. Windows color (decimal): -11889202 or 13538634. OLE color: 13538634.

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

Color convert

RGB 74 149 206 -
CMYK 0.64 0.28 0 0.19
HSL 205.91º 0.57% 0.55% -
HSV(B) 205.91º 0.64% 0.81% -
XYZ 24.71 27.41 62.38 -
YUV 133.07 169.15 85.87 -
System Red Green Blue C M Y K H S L
Decimal 74 149 206 0.64 0.28 0 0.19 205.91 0.57 0.55
Hex 4A 95 CE 40 1C 0 13 CE 39 37
Octal 112 225 316 100 34 0 23 316 71 67
Binary 1001010 10010101 11001110 1000000 11100 0 10011 11001110 111001 110111

Color Harmonies of #4A95CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A95CE

Black with #4A95CE

Text Example


Text Example

White with #4A95CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,149,206); }

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

background-color css

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

 a { background-color: rgb(74,149,206); }

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

border-color css

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

 span { border-color: rgb(74,149,206); }

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