Html Css Color HEX #4284C0 Curious Blue

📋 copy color: '#4284C0'

red 66 ◦ green 132 ◦ blue 192

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

Shades of Curious Blue #4284C0

Tints of Curious Blue #4284C0

RGB

 RED value IS 66 (26.17% from 255) = 16.92%

 GREEN value IS 132 (51.95% from 255) = 33.85%

 BLUE value IS 192 (75.39% from 255) = 49.23%

R = 16.92%
G = 33.85%
B = 49.23%

CMYK

 C value IS 0.66

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4284C0 (or 0x4284C0) is known color: Curious Blue. HEX triplet: 42, 84 and C0. RGB value is (66,132,192). Sum of RGB (Red+Green+Blue) = 66+132+192=390 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.92% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 192 (75.39% from 255 or 49.23% from 390); Max value from RGB is 192 - color contains mainly: blue. Hex color #4284C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4284C0 is #BD7B3F. Grayscale: #767676. Windows color (decimal): -12417856 or 12616770. OLE color: 12616770.

HSL color Cylindrical-coordinate representation of color #4284C0: hue angle of 208.57º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4284C0 is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 132 192 -
CMYK 0.66 0.31 0 0.25
HSL 208.57º 0.5% 0.51% -
HSV(B) 208.57º 0.66% 0.75% -
XYZ 20.01 21.47 52.96 -
YUV 119.11 169.13 90.12 -
System Red Green Blue C M Y K H S L
Decimal 66 132 192 0.66 0.31 0 0.25 208.57 0.5 0.51
Hex 42 84 C0 42 1F 0 19 D1 32 33
Octal 102 204 300 102 37 0 31 321 62 63
Binary 1000010 10000100 11000000 1000010 11111 0 11001 11010001 110010 110011

Color Harmonies of #4284C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4284C0

Black with #4284C0

Text Example


Text Example

White with #4284C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4284C0; }

 p { color: rgb(66,132,192); }

 H1.HeaderClassName
 {
   color: #4284C0;
 }
 .AnyTagClassName
 {
   color: #4284C0;
 }
</style>

background-color css

<style>
 a { background-color: #4284C0; }

 a { background-color: rgb(66,132,192); }

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

border-color css

<style>
 span { border-color: #4284C0; }

 span { border-color: rgb(66,132,192); }

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