Html Css Color HEX #427BAC Steel Blue

📋 copy color: '#427BAC'

red 66 ◦ green 123 ◦ blue 172

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

Shades of Steel Blue #427BAC

Tints of Steel Blue #427BAC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.07%

 BLUE value IS 172 (67.58% from 255) = 47.65%

R = 18.28%
G = 34.07%
B = 47.65%

CMYK

 C value IS 0.62

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#427BAC (or 0x427BAC) is known color: Steel Blue. HEX triplet: 42, 7B and AC. RGB value is (66,123,172). Sum of RGB (Red+Green+Blue) = 66+123+172=361 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.28% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #427BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427BAC is #BD8453. Grayscale: #6F6F6F. Windows color (decimal): -12420180 or 11303746. OLE color: 11303746.

HSL color Cylindrical-coordinate representation of color #427BAC: hue angle of 207.74º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #427BAC is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 123 172 -
CMYK 0.62 0.28 0 0.33
HSL 207.74º 0.45% 0.47% -
HSV(B) 207.74º 0.62% 0.67% -
XYZ 16.78 18.3 41.68 -
YUV 111.54 162.12 95.52 -
System Red Green Blue C M Y K H S L
Decimal 66 123 172 0.62 0.28 0 0.33 207.74 0.45 0.47
Hex 42 7B AC 3E 1C 0 21 D0 2D 2F
Octal 102 173 254 76 34 0 41 320 55 57
Binary 1000010 1111011 10101100 111110 11100 0 100001 11010000 101101 101111

Color Harmonies of #427BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427BAC

Black with #427BAC

Text Example


Text Example

White with #427BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427BAC; }

 p { color: rgb(66,123,172); }

 H1.HeaderClassName
 {
   color: #427BAC;
 }
 .AnyTagClassName
 {
   color: #427BAC;
 }
</style>

background-color css

<style>
 a { background-color: #427BAC; }

 a { background-color: rgb(66,123,172); }

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

border-color css

<style>
 span { border-color: #427BAC; }

 span { border-color: rgb(66,123,172); }

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