Html Css Color HEX #4C9FDE Picton Blue

📋 copy color: '#4C9FDE'

red 76 ◦ green 159 ◦ blue 222

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

Shades of Picton Blue #4C9FDE

Tints of Picton Blue #4C9FDE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 34.79%

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

R = 16.63%
G = 34.79%
B = 48.58%

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

#4C9FDE (or 0x4C9FDE) is known color: Picton Blue. HEX triplet: 4C, 9F and DE. RGB value is (76,159,222). Sum of RGB (Red+Green+Blue) = 76+159+222=457 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.63% from 457); Green value is 159 (62.5% from 255 or 34.79% from 457); Blue value is 222 (87.11% from 255 or 48.58% from 457); Max value from RGB is 222 - color contains mainly: blue. Hex color #4C9FDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C9FDE is #B36021. Grayscale: #8D8D8D. Windows color (decimal): -11755554 or 14589772. OLE color: 14589772.

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

Color convert

RGB 76 159 222 -
CMYK 0.66 0.28 0 0.13
HSL 205.89º 0.69% 0.58% -
HSV(B) 205.89º 0.66% 0.87% -
XYZ 28.56 31.61 73.7 -
YUV 141.37 173.5 81.38 -
System Red Green Blue C M Y K H S L
Decimal 76 159 222 0.66 0.28 0 0.13 205.89 0.69 0.58
Hex 4C 9F DE 42 1C 0 D CE 45 3A
Octal 114 237 336 102 34 0 15 316 105 72
Binary 1001100 10011111 11011110 1000010 11100 0 1101 11001110 1000101 111010

Color Harmonies of #4C9FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C9FDE

Black with #4C9FDE

Text Example


Text Example

White with #4C9FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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