Html Css Color HEX #4697CE Picton Blue

📋 copy color: '#4697CE'

red 70 ◦ green 151 ◦ blue 206

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

Shades of Picton Blue #4697CE

Tints of Picton Blue #4697CE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.36%

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

R = 16.39%
G = 35.36%
B = 48.24%

CMYK

 C value IS 0.66

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4697CE (or 0x4697CE) is known color: Picton Blue. HEX triplet: 46, 97 and CE. RGB value is (70,151,206). Sum of RGB (Red+Green+Blue) = 70+151+206=427 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.39% from 427); Green value is 151 (59.38% from 255 or 35.36% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #4697CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4697CE is #B96831. Grayscale: #848484. Windows color (decimal): -12150834 or 13539142. OLE color: 13539142.

HSL color Cylindrical-coordinate representation of color #4697CE: hue angle of 204.26º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4697CE is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 70 151 206 -
CMYK 0.66 0.27 0 0.19
HSL 204.26º 0.58% 0.54% -
HSV(B) 204.26º 0.66% 0.81% -
XYZ 24.73 27.89 62.47 -
YUV 133.05 169.16 83.03 -
System Red Green Blue C M Y K H S L
Decimal 70 151 206 0.66 0.27 0 0.19 204.26 0.58 0.54
Hex 46 97 CE 42 1B 0 13 CC 3A 36
Octal 106 227 316 102 33 0 23 314 72 66
Binary 1000110 10010111 11001110 1000010 11011 0 10011 11001100 111010 110110

Color Harmonies of #4697CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4697CE

Black with #4697CE

Text Example


Text Example

White with #4697CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4697CE; }

 p { color: rgb(70,151,206); }

 H1.HeaderClassName
 {
   color: #4697CE;
 }
 .AnyTagClassName
 {
   color: #4697CE;
 }
</style>

background-color css

<style>
 a { background-color: #4697CE; }

 a { background-color: rgb(70,151,206); }

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

border-color css

<style>
 span { border-color: #4697CE; }

 span { border-color: rgb(70,151,206); }

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