Html Css Color HEX #4197CE Picton Blue

📋 copy color: '#4197CE'

red 65 ◦ green 151 ◦ blue 206

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

Shades of Picton Blue #4197CE

Tints of Picton Blue #4197CE

RGB

 RED value IS 65 (25.78% from 255) = 15.4%

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

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

R = 15.4%
G = 35.78%
B = 48.82%

CMYK

 C value IS 0.68

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4197CE (or 0x4197CE) is known color: Picton Blue. HEX triplet: 41, 97 and CE. RGB value is (65,151,206). Sum of RGB (Red+Green+Blue) = 65+151+206=422 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.40% from 422); Green value is 151 (59.38% from 255 or 35.78% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #4197CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4197CE is #BE6831. Grayscale: #838383. Windows color (decimal): -12478514 or 13539137. OLE color: 13539137.

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

Color convert

RGB 65 151 206 -
CMYK 0.68 0.27 0 0.19
HSL 203.4º 0.59% 0.53% -
HSV(B) 203.4º 0.68% 0.81% -
XYZ 24.39 27.71 62.46 -
YUV 131.56 170.01 80.53 -
System Red Green Blue C M Y K H S L
Decimal 65 151 206 0.68 0.27 0 0.19 203.4 0.59 0.53
Hex 41 97 CE 44 1B 0 13 CB 3B 35
Octal 101 227 316 104 33 0 23 313 73 65
Binary 1000001 10010111 11001110 1000100 11011 0 10011 11001011 111011 110101

Color Harmonies of #4197CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4197CE

Black with #4197CE

Text Example


Text Example

White with #4197CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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