Html Css Color HEX #4692DE Picton Blue

📋 copy color: '#4692DE'

red 70 ◦ green 146 ◦ blue 222

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

Shades of Picton Blue #4692DE

Tints of Picton Blue #4692DE

RGB

 RED value IS 70 (27.73% from 255) = 15.98%

 GREEN value IS 146 (57.42% from 255) = 33.33%

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

R = 15.98%
G = 33.33%
B = 50.68%

CMYK

 C value IS 0.68

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4692DE (or 0x4692DE) is known color: Picton Blue. HEX triplet: 46, 92 and DE. RGB value is (70,146,222). Sum of RGB (Red+Green+Blue) = 70+146+222=438 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.98% from 438); Green value is 146 (57.42% from 255 or 33.33% from 438); Blue value is 222 (87.11% from 255 or 50.68% from 438); Max value from RGB is 222 - color contains mainly: blue. Hex color #4692DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4692DE is #B96D21. Grayscale: #838383. Windows color (decimal): -12152098 or 14586438. OLE color: 14586438.

HSL color Cylindrical-coordinate representation of color #4692DE: hue angle of 210º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4692DE is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 146 222 -
CMYK 0.68 0.34 0 0.13
HSL 210º 0.7% 0.57% -
HSV(B) 210º 0.68% 0.87% -
XYZ 25.99 27.13 72.97 -
YUV 131.94 178.82 83.82 -
System Red Green Blue C M Y K H S L
Decimal 70 146 222 0.68 0.34 0 0.13 210 0.7 0.57
Hex 46 92 DE 44 22 0 D D2 46 39
Octal 106 222 336 104 42 0 15 322 106 71
Binary 1000110 10010010 11011110 1000100 100010 0 1101 11010010 1000110 111001

Color Harmonies of #4692DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4692DE

Black with #4692DE

Text Example


Text Example

White with #4692DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4692DE; }

 p { color: rgb(70,146,222); }

 H1.HeaderClassName
 {
   color: #4692DE;
 }
 .AnyTagClassName
 {
   color: #4692DE;
 }
</style>

background-color css

<style>
 a { background-color: #4692DE; }

 a { background-color: rgb(70,146,222); }

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

border-color css

<style>
 span { border-color: #4692DE; }

 span { border-color: rgb(70,146,222); }

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